-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS::Logs::LogGroup GovCloud #403
Comments
minimal Resources:
LogGroup:
Type: AWS::Logs::LogGroup |
@bgardner-noggin we were able to successfully create |
I was using the registry to detect types.
fails in both us-gov-west-1 and us-gov-east-1 with the message
I've since discovered the registry is not accurate and cannot be relied upon. eg in ap-southeast-2, the "AWS::EC2::VPCEndpointConnectionNotification" is listed as not available, yet works fine in a cloudformation template |
@bgardner-noggin Ah, that makes more sense. Thanks for the details Might be the same underlying issue as resource types that are lagging in CloudFormation Resource Specifications This should diminish over time as resource types are migrated to natively use the CloudFormation Registry. There are some resource types left still using older frameworks |
Ran into this issue back in December as well.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html I have been using a custom resource since then due to these limitations. |
I am getting errors for LogGroupName and RetentionInDelays. When can we get a fix |
AWS::Logs::LogGroup is missing the following properties in the GovCloud spec (https://s3.us-gov-west-1.amazonaws.com/cfn-resource-specifications-us-gov-west-1-prod/latest/CloudFormationResourceSpecification.json):
|
Is there a cadence that details when these updates get pushed to GovCloud? |
1. AWS::Logs::LogGroup
2. Scope of request
Should be able to use AWS::Logs::LogGroup in GovCloud regions
3. Expected behavior
In GovCloud, using this resource type errors with "resource type not available"
6. Category (required) - Will help with tagging and be easier to find by other users to +1
The text was updated successfully, but these errors were encountered: