aws-test Flashcards

1
Q

give access to s3 for multiple users

A

Authenticate your users at the application level, and use AWS Security Token Service (STS) to grant token-based authorization to S3 objects.
Use a key-based naming scheme comprised from the user IDs for all user objects in a single Amazon S3 bucket.

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

aws lamda- dynamodb( results are coming in delay)

A

With AWS X-Ray, you can actually see traces in your AWS Lambda function which can allow you to see a detailed level of tracing to your downstream services. Use AWS X-Ray to see where the downstream delay could be

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

code star

A

The AWS Documentation mentions the following AWS CodeStar is a cloud-based service for creating, managing, and working with software development projects on AWS. You can quickly develop, build, and deploy applications on AWS with an AWS CodeStar project.

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

Kinesis Firehose vs kinesis streams

A

you may use Kinesis Streams if you want to do some custom processing with streaming data. With Kinesis Firehose you are simply ingesting it into S3, Redshift or ElasticSearch.

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

aws opswork

A

The AWS Documentation mentions the following AWS OpsWorks is a configuration management service that provides managed instances of Chef and Puppet. Chef and Puppet are automation platforms that allow you to use code to automate the configurations of your servers.

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

A Developer working on an AWS CodeBuild project wants to override a build command as part of a build run to test a change. The developer has access to run the builds but does not have access to edit the CodeBuild project
What process should the Developer use to override the build command?

A

Run the start build AWS CLI command with buildspecOverride property set to the new buildspec.yml file.

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