community.aws | Ansible Collection for Community AWS
kandi X-RAY | community.aws Summary
kandi X-RAY | community.aws Summary
The Ansible Community AWS collection includes a variety of Ansible content to help automate the management of AWS instances. This collection is maintained by the Ansible community. AWS related modules and plugins supported by the Ansible Cloud team are in the amazon.aws collection.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Create or update a target group
- Create or update attributes
- Get target group attributes
- Get the target group
- Ensures the domain exists
- Get the domain configuration
- Create a domain name
- Create a new domain
- Ensures that a VPC is present
- Stop stream encryption
- Start stream encryption
- Ensures that a VLAN is absent
- Create a cluster
- Create a domain
- Wrapper for ec2 win
- Convenience function to converge a file system
- Update a Firewall
- Creates a lifecycle hook
- Start or cancel an instance refresh
- Modify a cluster
- Runs an ecr
- Create or update kafka cluster
- Create scaling policy
- Create or update a launch template
- Create or update a group
- Create a stream
- Create a launch configuration
community.aws Key Features
community.aws Examples and Code Snippets
Community Discussions
Trending Discussions on community.aws
QUESTION
I need to be able to get the cluster endpoint for an existing AWS RDS Aurora cluster using Ansible by providing the "DB identifier" of the cluster.
When using community.aws.rds_instance_info in my playbook and referencing the DB instance identifier of the writer instance:
...ANSWER
Answered 2021-Sep-28 at 15:59I've also tried using the
amazon.aws.aws_rds
module in the amazon.aws.rds collection, which has aninclude_clusters
parameter:
One will observe from the documentation you linked to that the aws_rds
is an inventory plugin and not a module; it's unfortunate that they have a copy-paste error at the top alleging that one can use it in a playbook, but the examples section shows the correct usage by putting that yaml in a file named WHATEVER.aws_rds.yaml
and then confirming the selection by running ansible-inventory -i ./WHATEVER.aws_rds.yaml --list
Based solely upon some use of grep -r
, it seems that inventory plugin or command: aws rds describe-db-clusters ...
are the only two provided mechanisms that are aurora-aware
Working example:
test.aws_rds.yml
inventory file:
QUESTION
EDIT: I guess I was using the wrong module, see my own answer.
I am trying to run this ansible module:
https://docs.ansible.com/ansible/latest/collections/community/aws/ec2_elb_module.html
I am running it like this, basically following the example:
...ANSWER
Answered 2021-Apr-14 at 18:11I think I got this to work now - by using a different module.
I guess this module only works with the Classic LB (or something like that).
By using the community.aws.elb_target
module I got it to work with the AWS ALB we were using.
Sorry for creating confusion. Should probably adjust title
QUESTION
Hello i use this playbook for create EC2 instance i use this documentation to make my playbook: https://docs.ansible.com/ansible/latest/collections/amazon/aws/ec2_module.html#parameter-instance_tags
...ANSWER
Answered 2021-Feb-23 at 02:32ec2_instance
returns a list of instances
, in this case you have just one instance. Try as below:
QUESTION
For example, I want to take this example play below.
...ANSWER
Answered 2020-Oct-08 at 15:15Instead of making subnet_list
as a list of dictionaries, just make it a list of strings. This will make your life easier.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install community.aws
You can use community.aws like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page