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

[BREAKING] Rename @aws-cdk/ec2.Fleet to AutoScalingGroup #318

Merged
merged 3 commits into from
Jul 11, 2018

Conversation

RomainMuller
Copy link
Contributor

There are already several overloads in the AWS landscape for the word Fleet,
namely Spot Fleet, EC2 Fleet, ... We should avoid creating new overloads for
the term. Instead, use the "standard" EC2 semantics of AutoScalingGroup.

Fixes #313

There are already several overloads in the AWS landscape for the word `Fleet`,
namely `Spot Fleet`, `EC2 Fleet`, ... We should avoid creating new overloads for
the term. Instead, use the "standard" EC2 semantics of `AutoScalingGroup`.

Fixes #313
@RomainMuller RomainMuller requested review from rix0rrr and eladb July 11, 2018 13:54
@@ -1,6 +1,6 @@
import { App, Stack, StackProps } from '@aws-cdk/core';
import {
AmazonLinuxImage, ClassicLoadBalancer, Fleet, InstanceClass, InstanceSize,
AmazonLinuxImage, AutoScalingGroup, ClassicLoadBalancer, InstanceClass, InstanceSize,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to “import *”?

@@ -4,7 +4,7 @@
// ordering stack deployments. So run this test by hand for now
// until we have that.
import { App, Stack } from '@aws-cdk/core';
import { AmazonLinuxImage, AnyIPv4, ClassicLoadBalancer, Fleet, InstanceClass, InstanceSize,
import { AmazonLinuxImage, AnyIPv4, AutoScalingGroup, ClassicLoadBalancer, InstanceClass, InstanceSize,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import “*”

@RomainMuller RomainMuller merged commit 28f7905 into master Jul 11, 2018
@RomainMuller RomainMuller deleted the rmuller/rename-ec2-fleet branch July 11, 2018 14:35
@NGL321 NGL321 added the contribution/core This is a PR that came from AWS. label Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ec2: Rename "Fleet" to AutoScalingGroup
3 participants