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

feat(csharp): EC2 Instance Creation with CDK #594

Merged
merged 7 commits into from
Aug 17, 2023

Conversation

mhafeezajh
Copy link
Contributor

@mhafeezajh mhafeezajh commented Jan 3, 2022

Illustrates how to create EC2 instance using AWS .Net CDK.

This examples creates

A new VPC
Two public subnets
A security group
An EC2 instance in one of the subnets

Fixes #582


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@mergify
Copy link
Contributor

mergify bot commented Jan 3, 2022

Title does not follow the guidelines of Conventional Commits. Please adjust title before merge.

@mhafeezajh mhafeezajh changed the title feat(csharp) : EC2 Instance Creation with CDK feat : EC2 Instance Creation with CDK Jan 3, 2022
@mhafeezajh mhafeezajh changed the title feat : EC2 Instance Creation with CDK feat: EC2 Instance Creation with CDK Jan 4, 2022
Copy link
Contributor Author

@mhafeezajh mhafeezajh left a comment

Choose a reason for hiding this comment

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

Added an example to create an EC2 Instance using CDK .NET

@mhafeezajh mhafeezajh changed the title feat: EC2 Instance Creation with CDK feat(csharp): EC2 Instance Creation with CDK Jan 4, 2022
@ryparker ryparker added the language/dotnet Related to .NET examples label Feb 16, 2022
@indrora indrora self-requested a review June 10, 2022 21:06
@indrora indrora added the pr/needs-review This PR needs a review from a Member. label Jun 10, 2022
@indrora
Copy link
Contributor

indrora commented Apr 25, 2023

Please update the dependencies to a recent version of the CDK libraries and make sure this still deploys.

@kaiz-io kaiz-io merged commit c0845cc into aws-samples:master Aug 17, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language/dotnet Related to .NET examples pr/needs-review This PR needs a review from a Member.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EC2 Instance Creation with CDK
4 participants