AWS Global Infrastructure and Interaction Methods (Vocabulary)

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms related to AWS interaction methods, regions, services (EC2, S3), and tooling (Console, CLI, SDKs).

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

API call

An action made to AWS via its API, authenticated and authorized, to create, delete, or modify resources.

2
New cards

AWS Management Console

A web-based UI you log into from a browser to manage AWS resources with point-and-click operations; shows recent services and category groupings.

3
New cards

AWS Command Line Interface (CLI)

A unified tool to manage AWS services from the command line, using defined syntax; can be used in a terminal or via AWS CloudShell.

4
New cards

AWS Software Development Kits (SDKs)

Libraries for various programming languages that enable code-based interactions with AWS services (e.g., Python, Java, Node.js, .NET, Ruby).

5
New cards

AWS CloudShell

A browser-based shell in the AWS Console used to run commands without installing local tooling.

6
New cards

EC2 (Elastic Compute Cloud)

AWS service for creating and managing virtual machines.

7
New cards

Region

A geographic area where AWS resources run; selecting a region changes the endpoint and URL used for API requests.

8
New cards

eu-west-3

The AWS region code for the Paris region.

9
New cards

S3 (Simple Storage Service)

AWS storage service used to store objects such as employee photos.

10
New cards

aws s3api list-buckets

An AWS CLI command that lists all S3 buckets in your account and returns details in JSON.

11
New cards

Boto3

The AWS SDK for Python, used to interact with AWS services from Python code.

12
New cards

Python

A popular programming language supported by AWS SDKs; used in examples like Python and Flask to build AWS-backed applications.

13
New cards

Flask

A lightweight Python web framework used in examples, such as an employee directory app.

14
New cards

ec2.describe_instances

EC2 API call that retrieves details about your EC2 instances.

15
New cards

Region selector

UI control in the AWS Console to switch between different AWS regions.

16
New cards

Region endpoints

URL endpoints that correspond to a chosen AWS region; changing regions directs API requests to the appropriate endpoint.

17
New cards

AWS Shared Responsibility Model

Security model outlining the division of responsibility for security between AWS and the customer.

18
New cards

Console vs CLI vs SDKs

Three main ways to interact with AWS: the web-based Console (point-and-click), the Command Line Interface (text commands), and the SDKs (code-based access).