You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/modules/cloud/amazon
Juan Jimenez cceddfab9b Update lambda.py (#44066)
Timeout doesn't say if in secs, minutes or ??
8 years ago
..
GUIDELINES.md Prefer readthedocs.io instead of readthedocs.org for doc links (#41537) 8 years ago
__init__.py added __init__.py to new cloud subcategories so builds work again 9 years ago
_ec2_ami_find.py Clean up module documentation (#36909) 8 years ago
_ec2_ami_search.py Module deprecation: docs, scheme and tests (#34100) 8 years ago
_ec2_facts.py [cloud] Rename ec2_facts to ec2_metadata_facts (#26293) 9 years ago
_ec2_remote_facts.py Clean up module documentation (#36909) 8 years ago
_ec2_vpc.py fixes broken links in Amazon module docs (#39248) 8 years ago
_ec2_vpc_dhcp_options.py Rename modules from plural to singular (#27185) 9 years ago
_ec2_vpc_dhcp_options_facts.py Rename modules from plural to singular (#27185) 9 years ago
_iam_cert_facts.py iam certificate facts (duplicate): add iam_cert_facts as alias for iam_server_certificate_facts (#25387) 9 years ago
_s3.py Rename s3 module to aws_s3. Update CHANGELOG.md. (#28398) 8 years ago
aws_acm_facts.py Change aws_acm_facts name parameter to be domain_name (#36986) 8 years ago
aws_api_gateway.py Update to AnsibleAWSModule and remove now-duplicate fail_json_aws function (#42629) 8 years ago
aws_application_scaling_policy.py More validate module fixes (#39097) 8 years ago
aws_az_facts.py [cloud] New module aws_az_facts (#20690) 8 years ago
aws_batch_compute_environment.py Fix broken links in module documentation (#38469) 8 years ago
aws_batch_job_definition.py Fix broken links in module documentation (#38469) 8 years ago
aws_batch_job_queue.py Fix broken links in module documentation (#38469) 8 years ago
aws_caller_facts.py Update aws_caller_facts.py (#41936) 8 years ago
aws_config_aggregation_authorization.py Split AWS Config modules (#40111) 8 years ago
aws_config_aggregator.py Remove unused imports from aws_config_aggregator (#41803) 8 years ago
aws_config_delivery_channel.py Add AWS boto3 error code exception function is_boto3_error_code (#41202) 8 years ago
aws_config_recorder.py Add AWS boto3 error code exception function is_boto3_error_code (#41202) 8 years ago
aws_config_rule.py Add AWS boto3 error code exception function is_boto3_error_code (#41202) 8 years ago
aws_direct_connect_connection.py Remove unused imports from aws_direct_connect_connection module (#41802) 8 years ago
aws_direct_connect_gateway.py Module DOCUMENTATION should match argspec (#34895) 8 years ago
aws_direct_connect_link_aggregation_group.py [cloud] new module - AWS Direct Connect virtual interface (#33211) 8 years ago
aws_direct_connect_virtual_interface.py [cloud] new module - AWS Direct Connect virtual interface (#33211) 8 years ago
aws_eks_cluster.py aws_eks_cluster: Add wait functionality (#42259) 8 years ago
aws_elasticbeanstalk_app.py Surround top-level function and class definitions with two blank lines. 8 years ago
aws_glue_connection.py Surround top-level function and class definitions with two blank lines. 8 years ago
aws_glue_job.py Surround top-level function and class definitions with two blank lines. 8 years ago
aws_inspector_target.py Add AWS Inspector Target Module (#37464) 8 years ago
aws_kms.py change aws_kms example (#43438) 8 years ago
aws_kms_facts.py Fix the aws_kms_facts module name in module docs (#37902) 8 years ago
aws_region_facts.py [cloud] New module aws_region_facts (#20689) 8 years ago
aws_s3.py Fix dualstack without s3_url (#43510) 8 years ago
aws_s3_bucket_facts.py Move profile and region checking to module_utils.ec2 (#31921) 8 years ago
aws_s3_cors.py Surround top-level function and class definitions with two blank lines. 8 years ago
aws_ses_identity.py To improve readability, we added a line feed. (#43801) 8 years ago
aws_ses_identity_policy.py [cloud]Add aws_ses_identity_policy module for managing SES sending policies (#36623) 8 years ago
aws_sgw_facts.py New module: AWS storage gateway facts (#39491) 8 years ago
aws_ssm_parameter_store.py Fix an unreachable else statement (#43463) 8 years ago
aws_waf_condition.py AWS WAF module custom waiter (#37026) 8 years ago
aws_waf_facts.py Module DOCUMENTATION should match argspec (#34895) 8 years ago
aws_waf_rule.py AWS WAF module custom waiter (#37026) 8 years ago
aws_waf_web_acl.py AWS WAF module custom waiter (#37026) 8 years ago
cloudformation.py Update cloudformation.py (#42948) 8 years ago
cloudformation_facts.py Clean up module documentation (#36909) 8 years ago
cloudfront_distribution.py Handle FieldLevelEncryptionId in cloudfront_distribution (#41770) 8 years ago
cloudfront_facts.py Fix #38038 cloudfront_facts module returns only first page of response (#38045) 8 years ago
cloudfront_invalidation.py Fixes #38085 - cloudfront_invalidation doesn't work for the first invalidation ever (#38086) 8 years ago
cloudfront_origin_access_identity.py New module: manage Amazon CloudFront origin access identities (cloud/amazon/cloudfront_origin_access_identity) (#35540) 8 years ago
cloudtrail.py [cloudtrail] Only pass extra create_trail options if set in module params (#34745) 8 years ago
cloudwatchevent_rule.py cloudwatchevent_rule: doc: fix schedule_expression in example (#41138) 8 years ago
cloudwatchlogs_log_group.py [aws] Allow CloudWatch Log Group retention to be changed when log group exists (#43752) 8 years ago
cloudwatchlogs_log_group_facts.py [docs] Include "_facts" in module examples section (#41680) 8 years ago
data_pipeline.py Clean up module documentation (#36909) 8 years ago
dynamodb_table.py Clean up module documentation (#36909) 8 years ago
dynamodb_ttl.py Update metadata to 1.1 9 years ago
ec2.py ec2.py: Set source_dest_check default value to None (#42863) 8 years ago
ec2_ami.py Fix ec2_ami block_device_mapping volume_size to be int in 2.5 (#40938) 8 years ago
ec2_ami_copy.py ec2_ami_copy: add tag_equality option for idempotence using tags (#40088) 8 years ago
ec2_ami_facts.py ec2_ami_facts: return images in a consistent order (#40679) 8 years ago
ec2_asg.py Fix ec2_asg metric* option's version introduction - refs #25168 (#42626) 8 years ago
ec2_asg_facts.py [ec2_asg_facts] Add exception handling to describing the target groups in case they are in the process of being deleted. (#33997) 8 years ago
ec2_asg_lifecycle_hook.py Update ec2_asg_lifecycle_hook to meet modern best AWS module practices (#34379) 8 years ago
ec2_customer_gateway.py Add better handling for errors causing integration test instability (#40184) 8 years ago
ec2_customer_gateway_facts.py Clean up module documentation (#36909) 8 years ago
ec2_eip.py Clean up module documentation (#36909) 8 years ago
ec2_eip_facts.py [cloud] New module: AWS EC2 Elastic IP address facts (#38823) 8 years ago
ec2_elb.py [AWS] check mode for ec2_elb and elb_instance (#42694) 8 years ago
ec2_elb_facts.py Clean up module documentation (#36909) 8 years ago
ec2_elb_lb.py Port modules away from __file__ 8 years ago
ec2_eni.py parametrize allow_reassignment in ec2_eni (#41982) 8 years ago
ec2_eni_facts.py Clean up module documentation (#36909) 8 years ago
ec2_group.py Add AWS boto3 error code exception function is_boto3_error_code (#41202) 8 years ago
ec2_group_facts.py [aws] Document boto3 requirement (#32329) 8 years ago
ec2_instance.py Fix docs for the volume parameter in the ec2_instance module (#42710) 8 years ago
ec2_instance_facts.py ec2_instance_facts: requires boto3 and botocore 8 years ago
ec2_key.py Module DOCUMENTATION should match argspec (#34895) 8 years ago
ec2_lc.py ec2_lc: fix state doc matching arg_spec (#40792) 8 years ago
ec2_lc_facts.py Clean up module documentation (#36909) 8 years ago
ec2_lc_find.py Clean up module documentation (#36909) 8 years ago
ec2_metadata_facts.py Fix ec2_metadata_facts documentation (#37546) 8 years ago
ec2_metric_alarm.py Bulk autopep8 (modules) 8 years ago
ec2_placement_group.py [aws modules] use ec2_url in a few places it was missing (#33954) 8 years ago
ec2_placement_group_facts.py [aws modules] use ec2_url in a few places it was missing (#33954) 8 years ago
ec2_scaling_policy.py Bulk autopep8 (modules) 8 years ago
ec2_snapshot.py More validate module fixes (#39097) 8 years ago
ec2_snapshot_copy.py ec2_snapshot_copy: Add wait_timeout module parameter (#38072) (#38243) 8 years ago
ec2_snapshot_facts.py Bulk autopep8 (modules) 8 years ago
ec2_tag.py Port ec2_tag to boto3 (#39712) 8 years ago
ec2_vol.py Clean up module documentation (#36909) 8 years ago
ec2_vol_facts.py Clean up module documentation (#36909) 8 years ago
ec2_vpc_dhcp_option.py Improve deprecation message for ec2_vpc_dhcp_options modules (#38459) 8 years ago
ec2_vpc_dhcp_option_facts.py [aws] Remove unused return in ec2_vpc_dhcp_option_facts module (#41709) 8 years ago
ec2_vpc_egress_igw.py [cloud] New module: Amazon Egress-Only Internet Gateway (ec2_vpc_egress_igw) (#23941) 8 years ago
ec2_vpc_endpoint.py More validate module fixes (#39097) 8 years ago
ec2_vpc_endpoint_facts.py Clean up module documentation (#36909) 8 years ago
ec2_vpc_igw.py Clean up module documentation (#36909) 8 years ago
ec2_vpc_igw_facts.py [aws] Remove unused return in ec2_vpc_igw_facts module (#41708) 8 years ago
ec2_vpc_nacl.py [aws] Remove extra variable definition in ec2_vpc_nacl module (#41707) 8 years ago
ec2_vpc_nacl_facts.py [cloud] Add ipv6 support to ec2_vpc_nacl_facts (#30581) 8 years ago
ec2_vpc_nat_gateway.py Clean up module documentation (#36909) 8 years ago
ec2_vpc_nat_gateway_facts.py Clean up module documentation (#36909) 8 years ago
ec2_vpc_net.py ec2_vpc_net: fix hanging waiter when using host bits in a CIDR block (#40622) 8 years ago
ec2_vpc_net_facts.py [ec2_vpc_net_facts] Fix UnsupportedOperation for regions other than u… (#35302) 8 years ago
ec2_vpc_peer.py Only create tags if tags are provided (#36921) 8 years ago
ec2_vpc_peering_facts.py Clean up module documentation (#36909) 8 years ago
ec2_vpc_route_table.py ec2_vpc_route_table: Update matching_count parsing on find_subnets fu… (#38707) 8 years ago
ec2_vpc_route_table_facts.py Clean up module documentation (#36909) 8 years ago
ec2_vpc_subnet.py Add minimum botocore and boto3 checking to AnsibleAWSModule (#41005) 8 years ago
ec2_vpc_subnet_facts.py [ec2_vpc_subnet_facts] Add subnet_id alias for subnet_ids options (#32023) 8 years ago
ec2_vpc_vgw.py Add AWS boto3 error code exception function is_boto3_error_code (#41202) 8 years ago
ec2_vpc_vgw_facts.py [aws] Fix unused return value in ec2_vpc_vgw_facts module (#41697) 8 years ago
ec2_vpc_vpn.py Surround top-level function and class definitions with two blank lines. 8 years ago
ec2_vpc_vpn_facts.py New Module: ec2_vpc_vpn_facts (#35983) 8 years ago
ec2_win_password.py Clean up module documentation (#36909) 8 years ago
ecs_attribute.py Add AnsibleModule signature schema, and fix associated issues (#43512) 8 years ago
ecs_cluster.py Add AnsibleModule signature schema, and fix associated issues (#43512) 8 years ago
ecs_ecr.py ecs_ecr: Fix AWS ECR repository creation (#34798) 8 years ago
ecs_service.py ecs_service: make assign_public_ip option a boolean (#41759) 8 years ago
ecs_service_facts.py More validate module fixes (#39097) 8 years ago
ecs_task.py [aws]Add VPC configuration to ECS modules (#34381) 8 years ago
ecs_taskdefinition.py ecs_taskdefinition can absent without containers argument (#41398) 8 years ago
ecs_taskdefinition_facts.py [cloud] Improve results from ecs_taskdefinition_facts (#34337) 8 years ago
efs.py Leading dot in efs_facts.mountpoint (#35909) 8 years ago
efs_facts.py Leading dot in efs_facts.mountpoint (#35909) 8 years ago
elasticache.py Surround top-level function and class definitions with two blank lines. 8 years ago
elasticache_facts.py Module DOCUMENTATION should match argspec (#34895) 8 years ago
elasticache_parameter_group.py Surround top-level function and class definitions with two blank lines. 8 years ago
elasticache_snapshot.py Clean up module documentation (#36909) 8 years ago
elasticache_subnet_group.py Clean up module documentation (#36909) 8 years ago
elb_application_lb.py Add AnsibleModule signature schema, and fix associated issues (#43512) 8 years ago
elb_application_lb_facts.py Add AnsibleModule signature schema, and fix associated issues (#43512) 8 years ago
elb_classic_lb.py Port modules away from __file__ 8 years ago
elb_classic_lb_facts.py Clean up module documentation (#36909) 8 years ago
elb_instance.py [AWS] check mode for ec2_elb and elb_instance (#42694) 8 years ago
elb_network_lb.py Surround top-level function and class definitions with two blank lines. 8 years ago
elb_target.py Add AnsibleModule signature schema, and fix associated issues (#43512) 8 years ago
elb_target_group.py [elb_target_group] fix docs and add default for wait_timeout - fixes #42324 (#42477) 8 years ago
elb_target_group_facts.py Add AnsibleModule signature schema, and fix associated issues (#43512) 8 years ago
execute_lambda.py Clean up module documentation (#36909) 8 years ago
iam.py Clean up module documentation (#36909) 8 years ago
iam_cert.py [aws] Simplify conditional in iam_cert module (#41691) 8 years ago
iam_group.py Update `iam_group` to add check mode support (#27589) 8 years ago
iam_managed_policy.py [aws] Default state of iam_managed_policy to `present` (#42069) 8 years ago
iam_mfa_device_facts.py Clean up module documentation (#36909) 8 years ago
iam_policy.py Catch the raised exception so we can report failure (#42177) 8 years ago
iam_role.py [AWS] iam_role->AnsibleAWSModule and support IAM permission boundaries (#43270) 8 years ago
iam_role_facts.py iam_role_facts: Add information about instance profiles associated with the iam roles (#37641) 8 years ago
iam_server_certificate_facts.py Update metadata to 1.1 9 years ago
iam_user.py [aws] remove unused variable in iam_user module (#41695) 8 years ago
kinesis_stream.py Clean up module documentation (#36909) 8 years ago
lambda.py Update lambda.py (#44066) 8 years ago
lambda_alias.py Module DOCUMENTATION should match argspec (#34895) 8 years ago
lambda_event.py [aws] Enable SQS events for `lambda_event` module (#43019) 8 years ago
lambda_facts.py Clean up module documentation (#36909) 8 years ago
lambda_policy.py [aws] lambda_policy: Remove spurious definition of `policy` variable (#41693) 8 years ago
lightsail.py Clean up module documentation (#36909) 8 years ago
rds.py Clean up module documentation (#36909) 8 years ago
rds_instance_facts.py Add AWS boto3 error code exception function is_boto3_error_code (#41202) 8 years ago
rds_param_group.py Module DOCUMENTATION should match argspec (#34895) 8 years ago
rds_snapshot_facts.py Add AWS boto3 error code exception function is_boto3_error_code (#41202) 8 years ago
rds_subnet_group.py Add returning values to the rds_subnet_group module (#39077) 8 years ago
redshift.py Clean up module documentation (#36909) 8 years ago
redshift_facts.py [aws] Document boto3 requirement (#32329) 8 years ago
redshift_subnet_group.py Clean up module documentation (#36909) 8 years ago
route53.py Route53 check mode (#37273) 8 years ago
route53_facts.py To improve readability, we added a line feed. (#43801) 8 years ago
route53_health_check.py Surround top-level function and class definitions with two blank lines. 8 years ago
route53_zone.py [cloud] route53_zone: create public zones associated to a reusable delegation set (#39502) 8 years ago
s3_bucket.py [aws] Catch errors raised when deleting objects remaining in an s3_bucket (#43358) 8 years ago
s3_lifecycle.py Fix error when removing S3 lifecycle rules (#42762) 8 years ago
s3_logging.py Clean up module documentation (#36909) 8 years ago
s3_sync.py Typo fix (#34088) 8 years ago
s3_website.py Clean up module documentation (#36909) 8 years ago
sns.py Clean up module documentation (#36909) 8 years ago
sns_topic.py Clean up module documentation (#36909) 8 years ago
sqs_queue.py Clean up module documentation (#36909) 8 years ago
sts_assume_role.py [aws][docs] Update max session duration in sts_assume_role documentation(#41765) 8 years ago
sts_session_token.py Clean up module documentation (#36909) 8 years ago