cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

Add AWS::Location::ApiKey

Open carlnordenfelt opened this issue 2 years ago • 2 comments

Name of the resource

Other

Resource name

AWS::Location::ApiKey

Description

Add support for resource type AWS::Location::ApiKey.

Rationale: We use AWS Location Services across a large number of clients and we provision ApiKeys for each client for two reasons:

  1. Separation of concerns. If a client misbehaves we can disable their ApiKey without affecting others.
  2. Each ApiKey can only have 5 trusted referrers and we have 50+ per environment.

All our ApiKeys are identical in their configuration and would be very easily managed via a CloudFormation template.

Other Details

https://docs.aws.amazon.com/location/latest/APIReference/API_CreateKey.html

carlnordenfelt avatar Jul 26 '23 08:07 carlnordenfelt

Hi, this feature is in our immediate roadmap and we'll reach out as we are near the launch.

imraymondlee avatar Aug 29 '23 02:08 imraymondlee

Customer now is able to manager API key resource through CloudFormation: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-apikey.html

shanerbo avatar Jan 03 '24 17:01 shanerbo