-
Notifications
You must be signed in to change notification settings - Fork 343
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
[Plugin] amazon.aws.aws_ec2 - Can't get dynamic inventory with an AWS Identity Center account #1606
Comments
@coopengo-glecomte You appear to be using the legacy non-refreshable configuration in which case you will have to run |
Hi @gravesm, I'm using the new authentication configuration, and that's what I'm having the problem with : [profile company]
sso_session = sso-company
sso_account_id = 19xxxxxxxxxx
region = eu-west-3
sso_role_name = AWSAdministratorAccess
[profile company0]
sso_session = sso-company
sso_account_id = 36xxxxxxxxxx
region = eu-west-3
sso_role_name = AWSAdministratorAccess
[profile company1]
sso_session = sso-company
sso_account_id = 46xxxxxxxxxx
region = eu-west-3
sso_role_name = AWSAdministratorAccess
[sso-session sso-company]
sso_start_url = https://test.awsapps.com/start
sso_region = eu-west-3
sso_registration_scopes = sso:account:access |
Hi, Any news about it ? |
…s to retain (ansible-collections#1606) s3_lifecycle - ability to set the number of newest noncurrent versions to retain SUMMARY Adds the ability to set "Number of newer versions to retain" ISSUE TYPE Feature Pull Request COMPONENT NAME s3_lifecycle ADDITIONAL INFORMATION See: https://docs.aws.amazon.com/AmazonS3/latest/API/API_NoncurrentVersionExpiration.html Previously only the NoncurrentDays parameter was supported, this PR adds support for NewerNoncurrentVersions Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Mark Chappell <None>
…s to retain (ansible-collections#1606) s3_lifecycle - ability to set the number of newest noncurrent versions to retain SUMMARY Adds the ability to set "Number of newer versions to retain" ISSUE TYPE Feature Pull Request COMPONENT NAME s3_lifecycle ADDITIONAL INFORMATION See: https://docs.aws.amazon.com/AmazonS3/latest/API/API_NoncurrentVersionExpiration.html Previously only the NoncurrentDays parameter was supported, this PR adds support for NewerNoncurrentVersions Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Mark Chappell <None>
…s to retain (ansible-collections#1606) s3_lifecycle - ability to set the number of newest noncurrent versions to retain SUMMARY Adds the ability to set "Number of newer versions to retain" ISSUE TYPE Feature Pull Request COMPONENT NAME s3_lifecycle ADDITIONAL INFORMATION See: https://docs.aws.amazon.com/AmazonS3/latest/API/API_NoncurrentVersionExpiration.html Previously only the NoncurrentDays parameter was supported, this PR adds support for NewerNoncurrentVersions Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Mark Chappell <None>
Summary
When I try to execute a Playbook on my EC2 instance, I get the following error
Issue Type
Bug Report
Component Name
Plugin : amazon.aws.aws_ec2
Ansible Version
Collection Versions
AWS SDK versions
Configuration
OS / Environment
Ubuntu 22.04
Steps to Reproduce
inventories/company-interne.aws_ec2.yml
~/.aws/config
Command to run :
ansible all --list-hosts
Expected Results
I expected to get my dynamic inventory using an AWS Identity Center account
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: