Skip to content

Commit

Permalink
feat(aws): Add IPv6 and IMDSv2 to aws settings (#8306)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyhebebrand committed May 28, 2020
1 parent 770bd6d commit 4de4aa1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/scripts/modules/amazon/src/aws.settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ export interface IAWSProviderSettings extends IProviderSettings {
customNamespaces?: string[];
};
minRootVolumeSize?: number;
serverGroups?: {
enableIPv6?: boolean;
enableIMDSv2?: boolean;
};
useAmiBlockDeviceMappings?: boolean;
}

Expand Down

0 comments on commit 4de4aa1

Please sign in to comment.