Skip to content

Commit

Permalink
feat(ec2): ipv6AddressCount property for an instance (aws#31076)
Browse files Browse the repository at this point in the history
### Issue # (if applicable)

Closes aws#31075.

### Reason for this change

AWS CDK cannot configure `ipv6AddressCount` property but cloudformation can do that.

### Description of changes

- Add `ipv6AddressCount` to `InstanceProps`
- Check whether `ipv6AddressCount` is a positive integer

### Description of how you validated changes

Add both unit and integ tests

### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
badmintoncryer authored and xazhao committed Sep 12, 2024
1 parent 23acec8 commit 66a2c80
Show file tree
Hide file tree
Showing 14 changed files with 2,095 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 66a2c80

Please sign in to comment.