AWS

[AWS] AWS 서비스와 상호작용 하는 세 가지 방법

fnow 2023. 2. 19. 17:11
반응형

AWS 서비스에 접근하는 방법은 세 가지이다. 자주 나오는 지문이니 암기해 둘 것.

 

 

There are three ways to interact with AWS Services.

 

1. AWS Management Console

- Graphical interface to access AWS feathures

 

2. Command Line Interface (CLI)

- Lets you control AWS services from command line

 

3. Software Development Kits (SDK)

- Enable you to access AWS using a variety of popular programming languages.

 

반응형