Skip to content

Instantly share code, notes, and snippets.

@bhaskar0071
bhaskar0071 / cloudformation_sample_vpc_ec2.template
Created August 23, 2023 04:42 — forked from initcron/cloudformation_sample_vpc_ec2.template
Cloudformation Template to create VPC and launch EC2 instance inside it.
{
"AWSTemplateFormatVersion" : "2010-09-09",
"Description" : "AWS CloudFormation Sample Template VPC_Single_Instance_In_Subnet: Sample template showing how to create a VPC and add an EC2 instance with an Elastic IP address and a security group. **WARNING** This template creates an Amazon EC2 instance. You will be billed for the AWS resources used if you create a stack from this template.",
"Parameters" : {
"InstanceType" : {
"Description" : "WebServer EC2 instance type",
"Type" : "String",
@bhaskar0071
bhaskar0071 / Jenkinsfile
Created July 31, 2023 11:18 — forked from merikan/Jenkinsfile
Some Jenkinsfile examples
Some Jenkinsfile examples