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

前端 未结 6 1563
臣服心动
臣服心动 2021-02-18 16:15

\"enterI\'m trying to deploy a test site to AWS via the toolkit for visual studio, and I\'m gettin

6条回答
  •  南旧
    南旧 (楼主)
    2021-02-18 16:31

    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.

提交回复
热议问题