Markus Bergholz
Markus Bergholz
Ah I think the terminator needs more permission to run this integration test ``` "An error occurred (AccessDeniedException) when calling the DeleteDocument operation: User: arn:aws:sts::966509639900:assumed-role/ansible-core-ci-test-prod/prod=remote=zuul-cloud is not authorized to perform:...
> hi @markuman, I already opened a MR for that in terminator: [mattclay/aws-terminator#192](https://github.com/mattclay/aws-terminator/pull/192) oh sorry. I've closed mine.
Okey, we still have CI permissions > User: arn:aws:sts::966509639900:assumed-role/ansible-core-ci-test-prod/prod=remote=zuul-cloud is not authorized to perform: ssm:DeleteDocument on resource: arn:aws:ssm:us-east-1:966509639900:document/ansible-custom-document because no identity-based policy allows the ssm:DeleteDocument action", I think someone must...
> AWS recently added support for retrieving instance tags from the instance metadata service, see: https://aws.amazon.com/about-aws/whats-new/2022/01/instance-tags-amazon-ec2-instance-metadata-service/ Yes, and community.aws supports this already for ec2_launch_template since 3.1.0 and amazon.aws for ec2_instance...
I've added the backport-3 label as long as 4.0.0 is not released
The current `aws_ec2.py` dynamic inventory does not handle custom environment variables like the old one did: https://github.com/ansible-community/contrib-scripts/blob/main/inventory/ec2.py#L496 So at the moment, you can only rely on env variables that are...
There are also reverse DNS parameters in boto3 ec2 run_instance() ``` PrivateDnsNameOptions={ 'HostnameType': 'ip-name'|'resource-name', 'EnableResourceNameDnsARecord': True|False, 'EnableResourceNameDnsAAAARecord': True|False }, ``` that ` ec2_instance is currently missing
> It means you can't really use it to set up a Fargate cluster at all. hm I'm not sure about it. At work we create some fargate ecs clusters...
>> It means you can't really use it to set up a Fargate cluster at all. > hm I'm not sure about it. ...which does not mean that the parameters...