Skip to content

Instantly share code, notes, and snippets.

@kevinah95
Created November 28, 2023 01:02
Show Gist options
  • Save kevinah95/3b2f078b0a43c5fd6c877e7e114645c4 to your computer and use it in GitHub Desktop.
Save kevinah95/3b2f078b0a43c5fd6c877e7e114645c4 to your computer and use it in GitHub Desktop.
arquitectura-01.yml
AWSTemplateFormatVersion: 2010-09-09 # https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/format-version-structure.html
Resources:
PrimerInstancia:
Type: AWS::EC2::Instance
Properties:
AvailabilityZone: us-east-1
ImageId: ami-00f8146d2a74d4b4e
InstanceType: t2.micro
Tags:
- Key: Name
Value: Servidor primera instancia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment