aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 57 forks source link

Add AWS::Location::ApiKey #1758

Open carlnordenfelt opened 1 year ago

carlnordenfelt commented 1 year ago

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

imraymondlee commented 1 year ago

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

shanerbo commented 11 months ago

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