- aws elasticbeanstalk create-application-version --application-name MyApp --version-label v1 --description MyAppv1 --source-bundle S3Bucket=“my-bucket”,S3Key=“sample.war” --auto-create-application
Iam trying to uploads my zip file in to s3bucket by using above code but it throwing an error
You must specify a region. You can also configure your region by running “aws configure”.
But in config.yml file i already specified the region.
Please can u help me
THanks in advance