community.general/lib/ansible/modules/cloud/amazon
Will Thames 7556ac91e5 [cloud] Allow ec2_lc module to use volume_type for block devices (#32421)
* Allow ec2_lc module to use volume_type for block devices

Makes ec2_lc consistent with ec2, ec2_ami, ec2_vol etc.

* Add deprecation message for device_type
2017-11-16 10:28:41 -05:00
..
GUIDELINES.md Move profile and region checking to module_utils.ec2 (#31921) 2017-11-07 13:56:17 -05:00
__init__.py
_ec2_ami_find.py Deprecate ec2_ami_find (#32501) 2017-11-09 11:38:05 +10:00
_ec2_ami_search.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
_ec2_facts.py
_ec2_remote_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
_ec2_vpc.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
_ec2_vpc_dhcp_options.py Rename modules from plural to singular (#27185) 2017-08-14 16:35:15 -04:00
_ec2_vpc_dhcp_options_facts.py Rename modules from plural to singular (#27185) 2017-08-14 16:35:15 -04:00
_iam_cert_facts.py iam certificate facts (duplicate): add iam_cert_facts as alias for iam_server_certificate_facts (#25387) 2017-08-12 01:44:39 -07:00
_s3.py Rename s3 module to aws_s3. Update CHANGELOG.md. (#28398) 2017-08-22 11:17:20 -04:00
aws_acm_facts.py Move profile and region checking to module_utils.ec2 (#31921) 2017-11-07 13:56:17 -05:00
aws_api_gateway.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
aws_direct_connect_connection.py [cloud] New module: AWS Direct Connect connection (#26152) 2017-08-23 11:56:19 -04:00
aws_direct_connect_link_aggregation_group.py New Module to manage AWS direct connect link aggregation groups (#27250) 2017-08-22 18:24:54 -04:00
aws_kms.py [aws] Document boto3 requirement (#32329) 2017-10-31 09:49:30 +10:00
aws_kms_facts.py Amazon kms_facts module (#26733) 2017-10-30 09:10:11 +10:00
aws_s3.py Move profile and region checking to module_utils.ec2 (#31921) 2017-11-07 13:56:17 -05:00
aws_s3_bucket_facts.py Move profile and region checking to module_utils.ec2 (#31921) 2017-11-07 13:56:17 -05:00
aws_ssm_parameter_store.py Rename ssm_parameter_store module and ssm lookup to be prefixed with aws (#31662) 2017-10-13 13:52:10 +10:00
aws_waf_facts.py [aws] Document boto3 requirement (#32329) 2017-10-31 09:49:30 +10:00
cloudformation.py CloudFormation module: get StackEvents when ClientRequestToken is not used (#32434) 2017-11-02 11:41:49 -04:00
cloudformation_facts.py cloudformation_facts: don't fail on nonexistent stack - fixes #23419 (#23758) 2017-10-26 15:18:31 -04:00
cloudfront_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cloudtrail.py Misc typo corrections 2017-09-09 10:25:50 -07:00
cloudwatchevent_rule.py Move profile and region checking to module_utils.ec2 (#31921) 2017-11-07 13:56:17 -05:00
data_pipeline.py Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
dynamodb_table.py Use region derived from get_aws_connection_info() in dynamodb_table to fix tagging bug (#32557) 2017-11-03 16:15:53 -04:00
dynamodb_ttl.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ec2.py [cloud] Allow ec2_lc module to use volume_type for block devices (#32421) 2017-11-16 10:28:41 -05:00
ec2_ami.py [cloud] Follow up on FIXMEs in ec2_ami & ec2_ami tests (#32337) 2017-11-16 10:14:20 -05:00
ec2_ami_copy.py [ec2_ami_copy] Add return documentation (#32012) 2017-10-27 09:05:50 -04:00
ec2_ami_facts.py [ec2_ami_facts] new boto3-based module as a replacement for ec2_ami_find (#32252) 2017-11-02 08:56:58 +10:00
ec2_asg.py [cloud] remove ec2_asg usage of Python base logging - fixes #32476 (#32508) 2017-11-07 16:46:49 -05:00
ec2_asg_facts.py [aws] Document boto3 requirement (#32329) 2017-10-31 09:49:30 +10:00
ec2_customer_gateway.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ec2_eip.py Document return values of ec2_eip (#32018) 2017-10-26 21:31:57 +10:00
ec2_elb.py [cloud] Don't try to deregister an instance that isn't in the load balancer (#31660) 2017-10-13 13:59:24 -04:00
ec2_elb_facts.py Split ec2_elb_* modules in service of rename/interface changes (#30532) 2017-09-21 13:06:14 -04:00
ec2_elb_lb.py Split ec2_elb_* modules in service of rename/interface changes (#30532) 2017-09-21 13:06:14 -04:00
ec2_eni.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ec2_eni_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ec2_group.py Move profile and region checking to module_utils.ec2 (#31921) 2017-11-07 13:56:17 -05:00
ec2_group_facts.py [aws] Document boto3 requirement (#32329) 2017-10-31 09:49:30 +10:00
ec2_instance_facts.py ec2_instance_facts: requires boto3 and botocore 2017-09-27 09:12:46 +10:00
ec2_key.py ec2_key - clean up examples (#32714) 2017-11-15 22:51:46 +10:00
ec2_lc.py [cloud] Allow ec2_lc module to use volume_type for block devices (#32421) 2017-11-16 10:28:41 -05:00
ec2_lc_facts.py [cloud] Remove custom pagination function in ec2_launchconfig module (#28574) 2017-08-29 13:52:45 -04:00
ec2_lc_find.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ec2_metadata_facts.py Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
ec2_metric_alarm.py Remove wildcard imports from amazon modules (#31451) 2017-10-09 07:38:41 -07:00
ec2_scaling_policy.py Remove wildcard imports from amazon modules (#31451) 2017-10-09 07:38:41 -07:00
ec2_snapshot.py Remove wildcard imports from amazon modules (#31451) 2017-10-09 07:38:41 -07:00
ec2_snapshot_copy.py Move profile and region checking to module_utils.ec2 (#31921) 2017-11-07 13:56:17 -05:00
ec2_snapshot_facts.py Fix ec2_snapshot_facts traceback if a snapshot has been deleted (#32217) 2017-11-15 10:56:49 -05:00
ec2_tag.py Fix example 2017-08-23 17:56:38 -04:00
ec2_vol.py Remove wildcard imports from amazon modules (#31451) 2017-10-09 07:38:41 -07:00
ec2_vol_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ec2_vpc_dhcp_option.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ec2_vpc_dhcp_option_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ec2_vpc_endpoint.py ec2_vpc_endpoint: make policy_path usable (#31801) 2017-10-17 14:34:29 -04:00
ec2_vpc_endpoint_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ec2_vpc_igw.py ec2_vpc_igw: fix broken import (#31458) 2017-10-09 15:36:12 +10:00
ec2_vpc_igw_facts.py [aws] Document boto3 requirement (#32329) 2017-10-31 09:49:30 +10:00
ec2_vpc_nacl.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ec2_vpc_nacl_facts.py [ec2_vpc_nacl_id] Add nacl_id alias for nacl_ids option (#32223) 2017-10-27 13:21:53 +10:00
ec2_vpc_nat_gateway.py Improve error handling for IdempotentParamaterMismatch (#30324) 2017-09-20 16:42:13 -04:00
ec2_vpc_nat_gateway_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ec2_vpc_net.py Remove wildcard imports from amazon modules (#31451) 2017-10-09 07:38:41 -07:00
ec2_vpc_net_facts.py [cloud] Update ec2_vpc_net_facts to use Boto3 (#25375) 2017-10-25 13:26:16 -04:00
ec2_vpc_peer.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ec2_vpc_peering_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ec2_vpc_route_table.py Add ec2_vpc_route_table example, fix typo (#32415) 2017-11-01 12:34:34 +10:00
ec2_vpc_route_table_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ec2_vpc_subnet.py Move selected AWS modules from community/certified to core support (#28617) 2017-09-06 11:15:41 -04:00
ec2_vpc_subnet_facts.py [ec2_vpc_subnet_facts] Add subnet_id alias for subnet_ids options (#32023) 2017-10-26 21:32:46 +10:00
ec2_vpc_vgw.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ec2_vpc_vgw_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ec2_vpc_vpn.py New module: Add ec2 Vpn Connection module and tests (cloud/amazon/ec2_vpc_vpn) (#24385) 2017-08-24 12:18:40 -04:00
ec2_win_password.py Fix ec2_win_password to allow blank key_passphrase (#28791) 2017-09-28 21:21:59 -04:00
ecs_attribute.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ecs_cluster.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ecs_ecr.py [aws] Document boto3 requirement (#32329) 2017-10-31 09:49:30 +10:00
ecs_service.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ecs_service_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ecs_task.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ecs_taskdefinition.py skip check environment parameter if has no containers. (#31083) 2017-10-17 08:30:32 -04:00
ecs_taskdefinition_facts.py Move profile and region checking to module_utils.ec2 (#31921) 2017-11-07 13:56:17 -05:00
efs.py Remove wildcard imports from amazon modules (#31451) 2017-10-09 07:38:41 -07:00
efs_facts.py Improve efs_facts (#31817) 2017-11-01 10:05:14 -04:00
elasticache.py [aws] Document boto3 requirement (#32329) 2017-10-31 09:49:30 +10:00
elasticache_facts.py [cloud] New module elasticache_facts (#30492) 2017-11-16 10:20:56 -05:00
elasticache_parameter_group.py elasticache_parameter_group: fix KeyError bug #24475 (#24509) 2017-08-18 15:23:38 -04:00
elasticache_snapshot.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
elasticache_subnet_group.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
elb_application_lb.py [aws] Document boto3 requirement (#32329) 2017-10-31 09:49:30 +10:00
elb_application_lb_facts.py [aws] Document boto3 requirement (#32329) 2017-10-31 09:49:30 +10:00
elb_classic_lb.py Split ec2_elb_* modules in service of rename/interface changes (#30532) 2017-09-21 13:06:14 -04:00
elb_classic_lb_facts.py Split ec2_elb_* modules in service of rename/interface changes (#30532) 2017-09-21 13:06:14 -04:00
elb_instance.py Split ec2_elb_* modules in service of rename/interface changes (#30532) 2017-09-21 13:06:14 -04:00
elb_target_group.py Allow health_check_port to be a string (#32228) 2017-10-31 10:27:12 -04:00
elb_target_group_facts.py [aws] Document boto3 requirement (#32329) 2017-10-31 09:49:30 +10:00
execute_lambda.py [cloud] new module lambda_policy (PR #24951) 2017-08-28 16:45:53 -04:00
iam.py iam.py: return iam.role dict when creating roles (#28964) 2017-11-03 09:55:27 -04:00
iam_cert.py amazon: extract copies of boto_exception to module_utils.ec2 (#20403) 2017-08-23 11:40:32 -04:00
iam_group.py Add pagination for IAM group API calls (#31554) 2017-10-16 09:42:43 -04:00
iam_managed_policy.py iam_managed_policy: use python 3 compatible policy comparison - fixes #31474 (#31535) 2017-10-19 08:55:45 +10:00
iam_mfa_device_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
iam_policy.py [cloud][py3] Fix AttributeError in iam_policy on python3 (#30551) 2017-09-20 15:14:09 -04:00
iam_role.py Do not set a default value for description in the iam_role module. (#32629) 2017-11-07 20:14:13 -05:00
iam_server_certificate_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
kinesis_stream.py [aws] Document boto3 requirement (#32329) 2017-10-31 09:49:30 +10:00
lambda.py lambda: fix undefined variable and initially define account_id as None (#32249) 2017-10-27 09:40:01 -04:00
lambda_alias.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
lambda_event.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
lambda_facts.py [cloud] new module lambda_policy (PR #24951) 2017-08-28 16:45:53 -04:00
lambda_policy.py [cloud] new module lambda_policy (PR #24951) 2017-08-28 16:45:53 -04:00
lightsail.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
rds.py Remove wildcard imports from amazon modules (#31451) 2017-10-09 07:38:41 -07:00
rds_param_group.py [aws] Document boto3 requirement (#32329) 2017-10-31 09:49:30 +10:00
rds_subnet_group.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
redshift.py Remove wildcard imports from amazon modules (#31451) 2017-10-09 07:38:41 -07:00
redshift_facts.py [aws] Document boto3 requirement (#32329) 2017-10-31 09:49:30 +10:00
redshift_subnet_group.py Fixed redshift_subnet_group typo (#31836) 2017-10-17 09:16:59 -04:00
route53.py Clarify the release and maintenance cycle (#32402) 2017-10-31 22:08:14 -07:00
route53_facts.py [cloud] Add CAA record type to route53 (#29178) 2017-10-18 12:48:04 +10:00
route53_health_check.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
route53_zone.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
s3_bucket.py iam_managed_policy: use python 3 compatible policy comparison - fixes #31474 (#31535) 2017-10-19 08:55:45 +10:00
s3_lifecycle.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
s3_logging.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
s3_sync.py s3_sync: fix broken import (#31460) 2017-10-12 20:48:05 +02:00
s3_website.py [aws] Document boto3 requirement (#32329) 2017-10-31 09:49:30 +10:00
sns.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
sns_topic.py sns_topic: Fix unreferenced variable (#29117) 2017-09-07 21:46:30 -04:00
sqs_queue.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
sts_assume_role.py Fix gender pronouns and the odd typo (#31709) 2017-10-13 13:52:38 -04:00
sts_session_token.py fix sts_session_token parameter example (#28549) 2017-08-23 09:11:51 -04:00