Skip to content

Instantly share code, notes, and snippets.

@rowan-m
Created February 8, 2013 21:32
Show Gist options
  • Save rowan-m/4742109 to your computer and use it in GitHub Desktop.
Save rowan-m/4742109 to your computer and use it in GitHub Desktop.
What happens if you try to create an application version with an existing name?
rowan@swordbean:~/ground-up$ elastic-beanstalk-create-application-version -a asciigram -d 'Version from Zip file' \
-l tryToOverwrite -s elasticbeanstalk-us-east-1-837326383672/v20130208172455.zip
ApplicationName | DateCreated | DateUpdated | Description | SourceBundle | VersionLabel
---------------------------------------------------------------------------------------
asciigram | 2013-02-08 21:29:53 +0000 | 2013-02-08 21:29:53 +0000 | Version from Zip file | elasticbeanstalk-us-east-1-837326383672/v20130208172455.zip | tryToOverwrite
rowan@swordbean:~/ground-up$ elastic-beanstalk-create-application-version -a asciigram -d 'Version from Zip file' \
-l tryToOverwrite -s elasticbeanstalk-us-east-1-837326383672/v20130208172455.zip
Service returned an error.
Type: Sender
Code: InvalidParameterValue
Message: Application Version tryToOverwrite already exists.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment