본문 바로가기

분류 전체보기

(57)
2025-01-17_Global Accelerator seoul더보기Parameters:  KeyName:    Description: existing EC2 KeyPair, SSH access to the instances.    Type: AWS::EC2::KeyPair::KeyName    ConstraintDescription: name of an existing EC2 KeyPair.Resources:  SeoulAWSVPC:    Type: AWS::EC2::VPC    Properties:      CidrBlock: 10.1.0.0/16      EnableDnsHostnames: true      EnableDnsSupport: true      # InstanceTenancy: "String"      # Ipv4IpamPoolId: "S..
2025-01-14_도메인 구매처: https://www.gabia.com/ 웹을 넘어 클라우드로. 가비아그룹웨어부터 멀티클라우드까지 하나의 클라우드 허브www.gabia.com도메인명: www.dltjgus.shop
2025-01-06_CloudFormation에서 보안그룹과 네트워크 ACL 실습3 스택으로더보기Parameters:  KeyName:    Description: Name of an existing EC2 KeyPair to enable SSH access to the instances. Linked to AWS Parameter    Type: AWS::EC2::KeyPair::KeyName    ConstraintDescription: must be the name of an existing EC2 KeyPair.Resources:  CloudNetVPC:    Type: AWS::EC2::VPC    Properties:      CidrBlock: 10.0.0.0/16      Tags:        - Key: Name          Value: CloudNeta-VPC  ..
2025-01-06_CloudFormation에서 보안그룹과 네트워크 ACL 실습2 더보기Parameters:  KeyName:    Description: Name of an existing EC2 KeyPair to enable SSH access to the instances. Linked to AWS Parameter    Type: AWS::EC2::KeyPair::KeyName    ConstraintDescription: must be the name of an existing EC2 KeyPair.Resources:  VPC:    Type: AWS::EC2::VPC    Properties:      CidrBlock: 10.0.0.0/16      Tags:        - Key: Name          Value: VPC  PublicSN:    Type: AWS..
2025-01-06_CloudFormation에서 보안그룹과 네트워크 ACL 실습 더보기 Parameters:  KeyName:    Description: Name of an existing EC2 KeyPair to enable SSH access to the instances. Linked to AWS Parameter    Type: AWS::EC2::KeyPair::KeyName    ConstraintDescription: must be the name of an existing EC2 KeyPair.Resources:  CloudNetVPC:    Type: AWS::EC2::VPC    Properties:      CidrBlock: 10.0.0.0/16      Tags:        - Key: Name          Value: CloudNeta-VPC  Clo..
2025-01-06_콘솔에서 본안그룹과 네트워크 ACL 실습 1.  콘솔 구현 2. cloudformation 구현
2025-12-03_스택에서 인스턴스 생성 create.yml더보기Parameters:  KeyName:    Description: Name of an existing EC2 KeyPair to enable SSH access to the instances. Linked to AWS Parameter    Type: AWS::EC2::KeyPair::KeyName    ConstraintDescription: must be the name of an existing EC2 KeyPair.Resources:  CloudNetVPC:    Type: AWS::EC2::VPC    Properties:      CidrBlock: 10.0.0.0/16      Tags:        - Key: Name          Value: CloudNeta..
2025-01-03_콘솔에서 인스턴스생성