ec2
This commit is contained in:
		
							
								
								
									
										9
									
								
								01_ec2.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								01_ec2.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					AWSTemplateFormatVersion: 2010-09-09
 | 
				
			||||||
 | 
					Description: Part 1 - Build a webapp stack with CloudFormation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Resources:
 | 
				
			||||||
 | 
					  WebAppInstance:
 | 
				
			||||||
 | 
					    Type: AWS::EC2::Instance
 | 
				
			||||||
 | 
					    Properties:
 | 
				
			||||||
 | 
					      ImageId: ami-0df8c184d5f6ae949
 | 
				
			||||||
 | 
					      InstanceType: t2.micro
 | 
				
			||||||
		Reference in New Issue
	
	Block a user