Daniel Hagan
Daniel Hagan
I'll add another use case: We are deploying a set of servers behind a load balancer. Each server automatically uses LetsEncrypt w/ DNS validation to get certificates (via user_data startup...
@shinmog yes, I'll submit a PR for it when I have some time.
Self-note - relates to #37
Copying https://github.com/ansible/ansible/issues/53555 to new repo.
FYI, I had some luck changing the provider configuration to include retry_mode = "adaptive" after the update to SDK v2. This resolved the throttling issues I was encountering w/ the...
The https://docs.aws.amazon.com/sdk-for-go/api/service/route53resolver/#Route53Resolver.ListFirewallDomainLists endpoint returns the AWS managed lists as well as any custom lists. So it would be possible to search the returned list for the name. ``` $ aws...
ip_address is optional. Customer Gateways using public key authentication instead of pre-shared key do not require static IP address. See https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateCustomerGateway.html
Can confirm this has broken again. The import of an existing RAM share is broken because the RAM invitation (a "hidden" object you can't see in console) expires after X...