• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/7

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

7 Cards in this Set

  • Front
  • Back

Where does Trusted Advisor fit into the overall scheme of things?

The AWS Support packages that are offered as an enterprise 'enhancement'

What does trusted advisor do?

Inspects an environment, identifies optimisations based on an aggregated data of customer pain points.

What are the 6 checks that all AWS customers get?

  • S3 Bucket Permissions
  • Security Groups - Specific Ports Unrestricted
  • IAM Use
  • MFA on Root Account
  • EBS Public Snapshots
  • RDS Public Snapshots

What would be the general pain points that TA might help identify?

  • Wasted money (over-resourcing)
  • Sub-optimal performance
  • Security gaps

What are the overall categories that TA will check? As a hint these are to do with money, architecture and customer experience.

  • Cost Optimisation
  • Security
  • Fault Tolerance
  • Service Limits
  • Performance

What is an important metric to be aware of when using Trusted Advisor?

Calls to the TA API will appear as entries in the Cloudwatch logs, as customer actions will trigger TA API calls.

How would I make a CLI call to get the optimisations for a security group?

aws support describe-trusted-advisor-check-result --check id --profile=your profile