ACM (AWS Certificate Manager)
Implementation details for API acm
Coverage Overview
AWS Certificate Manager (ACM)
is supported by LocalStack
in the community version.
Availability | Testing* | |||||||
---|---|---|---|---|---|---|---|---|
Operation | Implemented | Edition | Internal Test Suite | External Test Suite | Terraform Validated | AWS Validated | Snapshot Tested | Details |
AddTagsToCertificate | ✔️ | community | ✔️ | ✔️ | ||||
DeleteCertificate | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
DescribeCertificate | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
ExportCertificate | ✔️ | community | ✔️ | |||||
GetAccountConfiguration | ||||||||
GetCertificate | ✔️ | community | ✔️ | ✔️ | ||||
ImportCertificate | ✔️ | community | ✔️ | ✔️ | ✔️ | Show Tests | ||
ListCertificates | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
ListTagsForCertificate | ✔️ | community | ✔️ | ✔️ | ✔️ | Show Tests | ||
PutAccountConfiguration | ||||||||
RemoveTagsFromCertificate | ✔️ | community | ✔️ | ✔️ | ||||
RenewCertificate | ||||||||
RequestCertificate | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests | |
ResendValidationEmail | ✔️ | community | ✔️ | |||||
UpdateCertificateOptions |
Terminology
- Internal Test Suite: tested by LocalStack's internal integration test suite
- External Test Suite: covered by an external integration test suite, that runs against LocalStack
- Terraform Validated: operation tested with Terraform
- AWS Validated: the integration test that includes this operation call was validated against AWS
- Snapshot Tested: the operation is part of a snapshot parity test, which verifies the responses by LocalStack and AWS are the same
Testing Details
This section gives an overview about the internal integration test suite and the specific test cases that recorded the API call.How to read the test details?
For each operation we put up a list of the related integration test cases.
Those operation calls have been recorded during the exeuction of the outlined test cases. Some calls might be internal, i.e., they are not explicitly called in the test, but are triggered implicitly by the LocalStack framework.
Those operation calls have been recorded during the exeuction of the outlined test cases. Some calls might be internal, i.e., they are not explicitly called in the test, but are triggered implicitly by the LocalStack framework.
- Parameters: The tests are ordered by the parameters used, which are highlighted in bold.
- Test Details: LocalStack Community or LocalStack Pro indicates where the test originates. For each test you see:
- test name
- status code returned (which is the expected one for the test case)
- information about validation:
- AWS validated the test is validated against AWS, meaning it run successfully against real AWS as well
- Snapshot Tested this is a snapshot parity test, meaning the responses are validated against AWS
DeleteCertificate
Parameters: CertificateArn
- LocalStack Community
- test_cfn_acm_certificate LocalStack Community: tests/integration/cloudformation/resources/test_acm.py::test_cfn_acm_certificate HTTP Status Code: 200
- test_functions_in_output_export_name LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_functions_in_output_export_name HTTP Status Code: 200
- test_boto_wait_for_certificate_validation LocalStack Community: tests/integration/test_acm.py::TestACM::test_boto_wait_for_certificate_validation HTTP Status Code: 200
- test_certificate_for_subdomain_wildcard LocalStack Community: tests/integration/test_acm.py::TestACM::test_certificate_for_subdomain_wildcard HTTP Status Code: 200 AWS validated Snapshot Tested
- test_domain_validation LocalStack Community: tests/integration/test_acm.py::TestACM::test_domain_validation HTTP Status Code: 200
- test_import_certificate LocalStack Community: tests/integration/test_acm.py::TestACM::test_import_certificate HTTP Status Code: 200
- test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
- LocalStack Pro
- test_associate_api LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSyncCrud::test_associate_api HTTP Status Code: 200
- test_create_domain_name LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSyncCrud::test_create_domain_name HTTP Status Code: 200
- test_disassociate_api LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSyncCrud::test_disassociate_api HTTP Status Code: 200
- test_get_api_association LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSyncCrud::test_get_api_association HTTP Status Code: 200
- test_domain_name_attributes LocalStack Pro: tests/integration/cloudformation/resources/test_apigwv2.py::TestApiGwV2Apis::test_domain_name_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
DescribeCertificate
Parameters: CertificateArn
- LocalStack Community
- test_boto_wait_for_certificate_validation LocalStack Community: tests/integration/test_acm.py::TestACM::test_boto_wait_for_certificate_validation HTTP Status Code: 200
- test_certificate_for_subdomain_wildcard LocalStack Community: tests/integration/test_acm.py::TestACM::test_certificate_for_subdomain_wildcard HTTP Status Code: 200 AWS validated Snapshot Tested
- test_domain_validation LocalStack Community: tests/integration/test_acm.py::TestACM::test_domain_validation HTTP Status Code: 200
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
ImportCertificate
Parameters: Certificate, PrivateKey
- LocalStack Community
- test_import_certificate LocalStack Community: tests/integration/test_acm.py::TestACM::test_import_certificate HTTP Status Code: 200
- test_import_certificate LocalStack Community: tests/integration/test_acm.py::TestACM::test_import_certificate HTTP Status Code: 400 (ValidationException)
ListCertificates
Parameters: - (without any parameters)
- LocalStack Community
- test_cfn_acm_certificate LocalStack Community: tests/integration/cloudformation/resources/test_acm.py::test_cfn_acm_certificate HTTP Status Code: 200
- test_cfn_acm_certificate LocalStack Community: tests/integration/cloudformation/resources/test_acm.py::test_cfn_acm_certificate HTTP Status Code: 200
- test_functions_in_output_export_name LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_functions_in_output_export_name HTTP Status Code: 200
- test_certificate_for_subdomain_wildcard LocalStack Community: tests/integration/test_acm.py::TestACM::test_certificate_for_subdomain_wildcard HTTP Status Code: 200 AWS validated Snapshot Tested
- test_import_certificate LocalStack Community: tests/integration/test_acm.py::TestACM::test_import_certificate HTTP Status Code: 200
- test_account_id_namespacing_for_moto_backends LocalStack Community: tests/integration/test_multi_accounts.py::TestMultiAccounts::test_account_id_namespacing_for_moto_backends HTTP Status Code: 200
- test_acm LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_acm HTTP Status Code: 200
- LocalStack Pro
- test_domain_name_attributes LocalStack Pro: tests/integration/cloudformation/resources/test_apigwv2.py::TestApiGwV2Apis::test_domain_name_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
- test_enforce_policy_acm LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_acm HTTP Status Code: 200
- test_enforce_policy_acm LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_acm HTTP Status Code: 400 (AccessDeniedException)
ListTagsForCertificate
Parameters: CertificateArn
- LocalStack Community
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
RequestCertificate
Parameters: DomainName
- LocalStack Community
- test_functions_in_output_export_name LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_functions_in_output_export_name HTTP Status Code: 200
- test_boto_wait_for_certificate_validation LocalStack Community: tests/integration/test_acm.py::TestACM::test_boto_wait_for_certificate_validation HTTP Status Code: 200
- test_domain_validation LocalStack Community: tests/integration/test_acm.py::TestACM::test_domain_validation HTTP Status Code: 200
- test_account_id_namespacing_for_moto_backends LocalStack Community: tests/integration/test_multi_accounts.py::TestMultiAccounts::test_account_id_namespacing_for_moto_backends HTTP Status Code: 200
- LocalStack Pro
- test_associate_api LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSyncCrud::test_associate_api HTTP Status Code: 200
- test_create_domain_name LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSyncCrud::test_create_domain_name HTTP Status Code: 200
- test_disassociate_api LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSyncCrud::test_disassociate_api HTTP Status Code: 200
- test_get_api_association LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSyncCrud::test_get_api_association HTTP Status Code: 200
- LocalStack Community
- test_cfn_acm_certificate LocalStack Community: tests/integration/cloudformation/resources/test_acm.py::test_cfn_acm_certificate HTTP Status Code: 200
- LocalStack Community
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- LocalStack Community
- test_certificate_for_subdomain_wildcard LocalStack Community: tests/integration/test_acm.py::TestACM::test_certificate_for_subdomain_wildcard HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Pro
- test_domain_name_attributes LocalStack Pro: tests/integration/cloudformation/resources/test_apigwv2.py::TestApiGwV2Apis::test_domain_name_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
Last modified March 20, 2023: improve Coverage Docs (#505) (46f2fb0c0)