AWS Systems Manager | General Flashcards

1
Q

What is AWS Systems Manager?

General

AWS Systems Manager | Management Tools

A

AWS Systems Manager allows you to centralize operational data from multiple AWS services and automate tasks across your AWS resources. You can create logical groups of resources such as applications, different layers of an application stack, or production versus development environments. With Systems Manager, you can select a resource group and view its recent API activity, resource configuration changes, related notifications, operational alerts, software inventory, and patch compliance status. You can also take action on each resource group depending on your operational needs. Systems Manager provides a central place to view and manage your AWS resources, so you can have complete visibility and control over your operations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Who should use AWS Systems Manager?

General

AWS Systems Manager | Management Tools

A

If you use multiple AWS services, AWS Systems Manager provides you with a centralized and consistent way to gather operational insights and carry out routine management tasks. You can use AWS Systems Manager to perform routine operations, track your development, test, and production environments, and proactively act on events or other operational incidents. AWS Systems Manager provides an operations complement to the more developer-focused tools you use, such as code editors and integrated development environments (IDEs). Similar to an IDE, AWS Systems Manager integrates a broad range of operations tools.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do I get started?

General

AWS Systems Manager | Management Tools

A

Getting started with AWS Systems Manager is easy. Using the AWS Management Console, navigate to the AWS Systems Manager console. You can create a resource group by using a simple tag query, then begin exploring the integrated set of operational tools that AWS Systems Manager provides.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which operating systems does AWS Systems Manager support?

General

AWS Systems Manager | Management Tools

A

AWS Systems Manager is optimized to manage both Windows and Linux platforms from a single unified experience. Refer to the documentation for more details on managing on-premises systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Does AWS Systems Manager manage instances running on-premises?

General

AWS Systems Manager | Management Tools

A

Yes, AWS Systems Manager supports managing instances that are running in an on-premises data center. Refer to AWS Systems Manager prerequisites for more details.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How does AWS Systems Manager help manage Amazon EC2 instances and on-premises servers?

General

AWS Systems Manager | Management Tools

A

AWS Systems Manager offers an agent to perform actions inside instances or servers. The agent is completely open-sourced and available on GitHub.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Can I privately access AWS Systems Manager APIs from my VPC without using public IP addresses?

General

AWS Systems Manager | Management Tools

A

Yes, you can privately access AWS Systems Manager APIs from your VPC (created using Amazon Virtual Private Cloud by creating VPC Endpoints. With VPC Endpoints, the routing between the VPC and AWS Systems Manager is handled by the AWS network without the need for an internet gateway, NAT gateway, or VPN connection. The latest generation of VPC Endpoints used by AWS Systems Manager are powered by AWS PrivateLink, a technology that enables private connectivity between AWS services using Elastic Network Interfaces (ENIs) with private IP addresses in your VPCs. To learn more about PrivateLink, visit the PrivateLink documentation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

In what Regions is AWS Systems Manager available?

General

AWS Systems Manager | Management Tools

A

See the AWS Regions Table for AWS Systems Manager Region availability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Can I still use Amazon EC2 Systems Manager through the EC2 console?

General

AWS Systems Manager | Management Tools

A

Yes. Users who are accustomed to using EC2 Systems Manager in the EC2 console will find a link to AWS Systems Manager. Amazon EC2 Systems Manager services are still easy to discover and use. AWS Systems Manager offers a new user experience for these tools.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What sorts of insights can I gather through AWS Systems Manager?

General

AWS Systems Manager | Management Tools

A

AWS Systems Manager overlays information from multiple AWS services. These cross-service insights are surfaced through multiple native dashboards. AWS Systems Manager also embeds Amazon CloudWatch dashboards and lets you reuse your existing dashboards or build new ones.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are built-in insights?

General

AWS Systems Manager | Management Tools

A

AWS Systems Manager’s built-in insights are dashboards that include recent API calls through AWS CloudTrail, recent configuration changes through AWS Config, Instance software inventory listings, instance patch compliance views, and instance configuration compliance views. You can filter these account-level insights to reflect the members of a particular resource group. These dashboards also show recent event logs through AWS Personal Health Dashboard and optimization recommendations through AWS Trusted Advisor.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a managed instance?

General

AWS Systems Manager | Management Tools

A

A managed instance is any on-premises server or Amazon EC2 instance that can be managed using AWS Systems Manager. A managed instance can be a physical server or virtual machine in your on-premises data center or even another cloud provider.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How do I set up a managed instance?

General

AWS Systems Manager | Management Tools

A

You can set up an EC2 instance as a managed instance by installing the Systems Manager agent and attaching an AWS Identity and Access Management (IAM) instance profile to the instance, which gives Systems Manager permission to perform actions on your instance. To register servers or virtual machines outside of Amazon EC2, you can create an activation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Do some operating systems already include the Systems Manager agent?

General

AWS Systems Manager | Management Tools

A

The Systems Manager agent is installed by default on the AWS Windows AMIs, on the Amazon Linux AMI, and available on the Amazon Linux repo. You can also install the agent on other supported operating systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are AWS Systems Manager activations?

General

AWS Systems Manager | Management Tools

A

AWS Systems Manager activations enable hybrid and cross-cloud management. Using AWS Systems Manager activations, you can easily register any server, whether physical or virtual to be managed by AWS Systems Manager.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How do I register an instance using AWS Systems Manager activation?

General

AWS Systems Manager | Management Tools

A

You can create an AWS Systems Manager activation from the AWS Systems Manager console or API, which gives you an activation code and ID. Using this activation code and ID, you can run a command on your servers to register them to Systems Manager.

17
Q

What is an AWS Systems Manager document?

General

AWS Systems Manager | Management Tools

A

An AWS Systems Manager document enables configuration as code to manage resources at scale. An AWS Systems Manager document defines a series of actions that allows you to remotely manage instances, ensure desired state, and automate operations. An AWS Systems Manager document is cross-platform and can be used for Windows and Linux instances.

18
Q

Where can I use AWS Systems Manager documents?

General

AWS Systems Manager | Management Tools

A

You can use Systems Manager documents with run command, state manager, or automation features.

19
Q

Are there pre-defined AWS Systems Manager documents?

General

AWS Systems Manager | Management Tools

A

Yes. You can choose from a variety of pre-defined AWS Systems Manager documents that automate common tasks including collecting inventory, installing applications, joining instances to a domain, instance operations, collecting metrics, and more.