# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://terraform201.devart.tv/2..md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
