> For the complete documentation index, see [llms.txt](https://terraform201.devart.tv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://terraform201.devart.tv/2..md).

# 3. 어플리케이션 서비스 만들기

- [보편적인 Application 구조](https://terraform201.devart.tv/2./2.1-application.md): 보편적인 Application 구조에 대해서 알아봅니다.
- [AWS ALB and NLB 생성하기](https://terraform201.devart.tv/2./2.3-aws-alb-and-nlb.md)
- [Domain 등록하기](https://terraform201.devart.tv/2./domain.md): Route53에 새로운 도메인 등록하기
- [Route53 생성하기](https://terraform201.devart.tv/2./route53.md)
- [ACM을 이용한 HTTPS 설정](https://terraform201.devart.tv/2./acm-https.md)
- [EC2 ASG 생성하기](https://terraform201.devart.tv/2./2.2-ec2-asg.md): AWS Auto Scaling Group은 Amazon Web Services(AWS)에서 제공하는 서비스로, 클라우드 인프라 내의 리소스를 자동으로 확장하거나 축소할 수 있게 해주는 기능입니다. 사용자의 애플리케이션이 겪는 트래픽의 변화에 따라 필요한 컴퓨팅 리소스를 동적으로 조정하여, 최적의 성능을 유지하면서 비용을 효율적으로 관리할 수 있습니다.
- [bastion server 만들기 ( EC2 ssh )](https://terraform201.devart.tv/2./2.2-ec2-asg/bastion-server-ec2-ssh.md): https://youtu.be/oMVfhT\_xlzk?feature=shared
