AWS Error: Error during Url validation; check URL and try again

邮差的信 提交于 2019-12-03 23:47:04
dylanthelion

AWS.

First, go to AWS, click on Services -> IAM, at the top left. Follow the instructions at http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_SettingUpUser.html to create an IAM user. This will create an alias, essentially, for your account. You will need the access key and secret key, so download the file when prompted.

Second, while in the IAM management portal, click on Policies, on the left. You can check up to two options, and use them to create a Policy. Choose EC2 and Elastic Beanstalk, full access for each. You should do this with the IAM user you created, though I believe that you can use your main account.

Finally, you'll need to assign that profile to your web project. In the AWS Explorer, click on the New Account Profile at the top. You'll be prompted to enter some information; here is where you will need those keys. Once that is all done, try the Publish to AWS wizard, again.

Services -> IAM -> Users -> Click on your user -> Permissions section -> Attach Policy -> Add AWSElasticBeanstalkFullAccess policy.

Have you given your profile permission to Create an EC2 and Elastic Beanstalk instance?

I was having the same issue. It turned out that what was happening was that my Secret Access Key on my profile was missing a character. Fixing this made everything else run smoothly.

So, for me I tried everything mentioned here and it still wasn't working. After stepping away for 2 hours I tried it again... and it worked!!

Looks like there was a sync delay of some sort in my case.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!