-
Notifications
You must be signed in to change notification settings - Fork 342
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
AMI status check wait issue #250
Comments
Files identified in the description:
If these files are inaccurate, please update the |
@sureshkumarp0 Could you confirm if you are using a |
A quick search using Google seems to imply that the most common cause of this error is expired session tokens. The alternative would be the botocore waiter code not updating the timestamp on the requests it makes, and would be a bug in botocore, not this module. See for example hashicorp/packer#8299 Since neither of these scenarios are something we can/should realistically handle, and we've heard nothing from you since January I'm going to close this issue. |
Add lightsail_static_ip module SUMMARY Adds a module to manage AWS Lightsail Static IP addresses Fixes ansible-collections#250 ISSUE TYPE New Module Pull Request COMPONENT NAME community.aws.lightsail_static_ip ADDITIONAL INFORMATION As per my earlier pull request, this is part of larger work to add functionality to this module in terms of managing AWS Lightsail. Apologies if there are any issues/I have missed anything. I am new to Ansible development, but have tried to follow the contribution docs as best as I can. Example playbook: - name: create static IP community.aws.lightsail_static_ip: name: "test_static" state: present region: ap-southeast-2 Reviewed-by: Jill R <None> Reviewed-by: Mark Chappell <None>
Add lightsail_static_ip module SUMMARY Adds a module to manage AWS Lightsail Static IP addresses Fixes ansible-collections#250 ISSUE TYPE New Module Pull Request COMPONENT NAME community.aws.lightsail_static_ip ADDITIONAL INFORMATION As per my earlier pull request, this is part of larger work to add functionality to this module in terms of managing AWS Lightsail. Apologies if there are any issues/I have missed anything. I am new to Ansible development, but have tried to follow the contribution docs as best as I can. Example playbook: - name: create static IP community.aws.lightsail_static_ip: name: "test_static" state: present region: ap-southeast-2 Reviewed-by: Jill R <None> Reviewed-by: Mark Chappell <None>
Add lightsail_static_ip module SUMMARY Adds a module to manage AWS Lightsail Static IP addresses Fixes ansible-collections#250 ISSUE TYPE New Module Pull Request COMPONENT NAME community.aws.lightsail_static_ip ADDITIONAL INFORMATION As per my earlier pull request, this is part of larger work to add functionality to this module in terms of managing AWS Lightsail. Apologies if there are any issues/I have missed anything. I am new to Ansible development, but have tried to follow the contribution docs as best as I can. Example playbook: - name: create static IP community.aws.lightsail_static_ip: name: "test_static" state: present region: ap-southeast-2 Reviewed-by: Jill R <None> Reviewed-by: Mark Chappell <None>
SUMMARY
We are using CodeBuild service to build our product. In that process, we are using Ansible module to create an AMI image from AppServer instance. Since the AMI creation taking more time the AMI status check API request getting expire after 15 minutes.
ISSUE TYPE
COMPONENT NAME
/root/.pyenv/versions/3.8.3/lib/python3.8/site-packages/ansible_collections/amazon/aws/plugins/modules/ec2_ami.py
ANSIBLE VERSION
ansible 2.10.5
config file = None
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /root/.pyenv/versions/3.8.3/lib/python3.8/site-packages/ansible
executable location = /root/.pyenv/versions/3.8.3/bin/ansible
python version = 3.8.3
The text was updated successfully, but these errors were encountered: