-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Data - add_s3_download_command missing --region so it fails to download in the ISOLATED zone through S3 VPC gateway #8287
Comments
Any progress on this? It is a big hurdle to configure instances in an isolated zone. |
Any progress ? |
@DharmSonariya If I understand the issue correctly you want to have the ability to specify the region parameter for the |
It seems to be the perfect solution. |
@DharmSonariya my proposed PR should suffice to fix your issue. |
Thank you for your time and effort. |
|
…aws#16667) Allow the specification of a region in `addS3DownloadCommand()` in the UserData helper. Fixes aws#8287 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Above Python code generate User Data
Which is perfectly working in the private zone. But when deploy instance in the ISOLATED zone its fail to download through S3 VPC Gateway. Manually adding --region with aws s3 cp command, then it works.
The text was updated successfully, but these errors were encountered: