본문 바로가기

카테고리 없음

AWS (4)

유용한 프로그램 및 사이트

1. https://app.diagrams.net/

 

Flowchart Maker & Online Diagram Software

Flowchart Maker and Online Diagram Software draw.io is free online diagram software. You can use it as a flowchart maker, network diagram software, to create UML online, as an ER diagram tool, to design database schema, to build BPMN online, as a circuit d

app.diagrams.net

VPC 다이어그램을 그릴때 다양한 아이콘들을 가져와 사용할 수 있다.

(좌측 하단 +그 외 도형 -> AWS2024)

 

2. sublime_text

sublime_text로 작성한 .yaml파일의 일부

간편하게 .yaml 형식의 파일을 작성할 수 있다. cloudformation 활용 시 유용하게 사용된다.

들여쓰기가 간편한 장점이 있다.

 

3. https://docs.aws.amazon.com/ko_kr/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html

 

AWS 리소스 및 속성 유형 참조 - AWS CloudFormation

이 페이지에 작업이 필요하다는 점을 알려 주셔서 감사합니다. 실망시켜 드려 죄송합니다. 잠깐 시간을 내어 설명서를 향상시킬 수 있는 방법에 대해 말씀해 주십시오.

docs.aws.amazon.com

cloudformation 작성시에 리소스 형식을 참고할 수 있는 사이트이다.

cloudformation 작성에는 소문자와 대문자의 차이도 매우 중요하므로 사이트를 참고하는 편이 좋다.

 

4. https://registry.terraform.io/providers/hashicorp/aws/latest/docs

 

Terraform Registry

 

registry.terraform.io

Terraform 작성시에 기본 형식들을 참고할 수 있는 사이트이다.