moto/tests/test_ec2
Brian Pandola ccda76898a
Add KMS Support to EBS Encrypted Volumes (#3383)
* Properly coerce `Encrypted` attribute to bool on request/response.
* Create and use a default AWS managed CMK for EBS when clients request
  an encrypted volume without specifying a KmsKeyId.

NOTE: A client-provided KmsKeyId is simply stored as-is, and is not validated
against the KMS backend. This is in keeping with other moto backends (RDS, Redshift)
that currently also accept unvalidated customer master key (CMK) parameters, but could
be an area for future improvement.

Closes #3248
2020-10-14 15:18:50 +01:00
..
__init__.py ec2: add support for creation and importing of real SSH keys (#2108) 2019-05-25 11:17:52 +01:00
helpers.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_account_attributes.py Merge remote-tracking branch 'upstream/master' 2019-12-23 08:38:53 +01:00
test_amazon_dev_pay.py merge 2018-12-21 12:28:56 +01:00
test_amis.py List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_availability_zones_and_regions.py black reformatting changes 2020-04-24 14:20:58 -04:00
test_customer_gateways.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_dhcp_options.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_ec2_cloudformation.py List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_ec2_core.py merge 2018-12-21 12:28:56 +01:00
test_elastic_block_store.py Add KMS Support to EBS Encrypted Volumes (#3383) 2020-10-14 15:18:50 +01:00
test_elastic_ip_addresses.py Add tags to Elastic IP Addresses (#3310) 2020-09-25 15:25:30 +01:00
test_elastic_network_interfaces.py List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_flow_logs.py WIP: Introducing VPC Flow Logs (#3337) 2020-09-28 07:16:06 +01:00
test_general.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_instance_types.py Fix XML schema for ec2.describe_instance_types (#3194) 2020-07-29 18:36:37 +01:00
test_instances.py List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_internet_gateways.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_ip_addresses.py merge 2018-12-21 12:28:56 +01:00
test_key_pairs.py Fix deprecation warnings due to invalid escape sequences. (#3273) 2020-09-10 09:20:26 +01:00
test_launch_templates.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_monitoring.py merge 2018-12-21 12:28:56 +01:00
test_nat_gateway.py Add describe_nat_gateway filters support 2019-11-28 23:36:00 +01:00
test_network_acls.py Enhancement/describe network acls (#3003) 2020-05-26 11:04:59 +01:00
test_placement_groups.py merge 2018-12-21 12:28:56 +01:00
test_regions.py Add missing regions to all services 2019-12-26 17:12:22 +01:00
test_reserved_instances.py merge 2018-12-21 12:28:56 +01:00
test_route_tables.py Fix: Ec2 - add destinationIpv6CIDR support. (#3106) 2020-07-07 14:32:55 +01:00
test_security_groups.py Security group egress ip permissions fix (#3250) 2020-08-26 14:27:45 +01:00
test_server.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_spot_fleet.py black linting 2019-12-16 21:25:20 -05:00
test_spot_instances.py List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_subnets.py Fix:EC2 Tags in create vpc and create subnet (#3338) 2020-09-27 09:24:17 +01:00
test_tags.py Fix deprecation warnings due to invalid escape sequences. (#3273) 2020-09-10 09:20:26 +01:00
test_utils.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_virtual_private_gateways.py Adding VPN Gateway filters (#3155) 2020-07-21 16:08:49 +01:00
test_vm_export.py merge 2018-12-21 12:28:56 +01:00
test_vm_import.py merge 2018-12-21 12:28:56 +01:00
test_vpc_peering.py Update code lint 2020-07-05 23:04:34 +07:00
test_vpcs.py Fix:EC2 Tags in create vpc and create subnet (#3338) 2020-09-27 09:24:17 +01:00
test_vpn_connections.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_windows.py merge 2018-12-21 12:28:56 +01:00