Skip to content
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

Fix errors in ApplicationAutoScaling models #259

Merged
merged 23 commits into from
Jan 16, 2019

Conversation

eanderson13
Copy link
Contributor

@eanderson13 eanderson13 commented Aug 15, 2018

Breaking change to fix ScalingPolicy to have correct name for PolicyType field. See https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#cfn-applicationautoscaling-scalingpolicy-policytype

Also includes updating ServiceNamespace in ScalableTarget to have correct values. See https://docs.aws.amazon.com/autoscaling/application/APIReference/API_RegisterScalableTarget.html#autoscaling-RegisterScalableTarget-request-ServiceNamespace. This can also be achieved in the current version using a CustomNamespace.

This PR is paired with the non-breaking equivalent in PR #260. The expectation is that only one PR is accepted, or #260 is accepted as a bugfix version update and this PR is accepted as a major version update.

Wessel Bakker and others added 9 commits September 12, 2018 08:27
…ress.

- Changed StringBackedInt to Token[Int] for autoscaling group so that you can use parameters.
- AmazonTag.Key is now a token, so that you can use functions.

- Tested it with a real script:
https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html#eks-create-cluster - Step 3: point 5 (https://amazon-eks.s3-us-west-2.amazonaws.com/cloudformation/2018-08-30/amazon-eks-nodegroup.yaml)
- No longer use stringbackedint
- copied contents from generated extension file to non-generated extension file
…rence roles (instead of requiring you to always configure your own roles in the template).
- Make GroupDescription a Token type.
…ress

Add AssociatePublicIpAddress field to LaunchConfiguration.
…ameAndMakeToken

Add GroupName support for security group.
@tjcorr tjcorr merged commit c1ee37a into Bayer-Group:master Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants