Skip to content

Replace Services Application Model with Serverless Application Model #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
| 10 | [A global company has an application running on Amazon EC2 instances that serves image files from Amazon S3. User requests from the browser are causing high traffic, which results in degraded performance. Which optimization solution should a Developer implement to increase application performance?](#a-global-company-has-an-application-running-on-amazon-ec2-instances-that-serves-image-files-from-amazon-s3-user-requests-from-the-browser-are-causing-high-traffic-which-results-in-degraded-performance-which-optimization-solution-should-a-developer-implement-to-increase-application-performance)
| 11 | [An AWS Lambda function generates a 3MB JSON file and then uploads it to an Amazon S3 bucket daily. The file contains sensitive information, so the Developer must ensure that it is encrypted before uploading to the bucket. Which of the following modifications should the Developer make to ensure that the data is encrypted before uploading it to the bucket?](#an-aws-lambda-function-generates-a-3mb-json-file-and-then-uploads-it-to-an-amazon-s3-bucket-daily-the-file-contains-sensitive-information-so-the-developer-must-ensure-that-it-is-encrypted-before-uploading-to-the-bucket-which-of-the-following-modifications-should-the-developer-make-to-ensure-that-the-data-is-encrypted-before-uploading-it-to-the-bucket)
| 12 | [Company D is running their corporate website on Amazon S3 accessed from http://www.companyd.com. Their marketing team has published new web fonts to a separate S3 bucket accessed by the S3 endpoint https://s3-us-west-1.amazonaws.com/cdfonts. While testing the new web fonts, Company D recognized the web fonts are being blocked by the browser. What should Company D do to prevent the web fonts from being blocked by the browser?](#company-d-is-running-their-corporate-website-on-amazon-s3-accessed-from-httpwwwcompanydcom-their-marketing-team-has-published-new-web-fonts-to-a-separate-s3-bucket-accessed-by-the-s3-endpoint-httpss3-us-west-1amazonawscomcdfonts-while-testing-the-new-web-fonts-company-d-recognized-the-web-fonts-are-being-blocked-by-the-browser-what-should-company-d-do-to-prevent-the-web-fonts-from-being-blocked-by-the-browser)
| 13 | [d on the AWS Services Application Model (AWS SAM). The developer has used the AWS SAM CLI to create the project. The project contains different AWS Lambda functions. Which combination of commands must the developer use to redeploy the AWS SAM application? (Select TWO)](#a-developer-must-extend-an-existing-application-that-is-based-on-the-aws-services-application-model-aws-sam-the-developer-has-used-the-aws-sam-cli-to-create-the-project-the-project-contains-different-aws-lambda-functions-which-combination-of-commands-must-the-developer-use-to-redeploy-the-aws-sam-application-select-two)
| 13 | [d on the AWS Serverless Application Model (AWS SAM). The developer has used the AWS SAM CLI to create the project. The project contains different AWS Lambda functions. Which combination of commands must the developer use to redeploy the AWS SAM application? (Select TWO)](#a-developer-must-extend-an-existing-application-that-is-based-on-the-aws-services-application-model-aws-sam-the-developer-has-used-the-aws-sam-cli-to-create-the-project-the-project-contains-different-aws-lambda-functions-which-combination-of-commands-must-the-developer-use-to-redeploy-the-aws-sam-application-select-two)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tavsec; please fix the URL as well :) otherwise, we end up with broken link :(

| 14 | [An application deployed on AWS Elastic Beanstalk experiences increased error rates during deployments of new application versions, resulting in service degradation for users. The Development team believes that this is because of the reduction in capacity during the deployment steps. The team would like to change the deployment policy configuration of the environment to an option that maintains full capacity during deployment while using the existing instances. Which deployment policy will meet these requirements while using the existing instances?](#an-application-deployed-on-aws-elastic-beanstalk-experiences-increased-error-rates-during-deployments-of-new-application-versions-resulting-in-service-degradation-for-users-the-development-team-believes-that-this-is-because-of-the-reduction-in-capacity-during-the-deployment-steps-the-team-would-like-to-change-the-deployment-policy-configuration-of-the-environment-to-an-option-that-maintains-full-capacity-during-deployment-while-using-the-existing-instances-which-deployment-policy-will-meet-these-requirements-while-using-the-existing-instances)
| 15 | [A Developer is creating an application that needs to locate the public IPv4 address of the Amazon EC2 instance on which it runs. How can the application locate this information?](#a-developer-is-creating-an-application-that-needs-to-locate-the-public-ipv4-address-of-the-amazon-ec2-instance-on-which-it-runs-how-can-the-application-locate-this-information)
| 16 | [The development team is working on an API that will be served from Amazon API gateway. The API will be served from three environments: development, test, and production. The API Gateway is configured to use 237 GB of cache in all three stages. Which is the MOST cost-efficient deployment strategy?](#the-development-team-is-working-on-an-api-that-will-be-served-from-amazon-api-gateway-the-api-will-be-served-from-three-environments-development-test-and-production-the-api-gateway-is-configured-to-use-237-gb-of-cache-in-all-three-stages-which-is-the-most-cost-efficient-deployment-strategy)
Expand Down Expand Up @@ -630,7 +630,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n

**[⬆ Back to Top](#table-of-contents)**

### A developer must extend an existing application that is based on the AWS Services Application Model (AWS SAM). The developer has used the AWS SAM CLI to create the project. The project contains different AWS Lambda functions. Which combination of commands must the developer use to redeploy the AWS SAM application? (Select TWO)
### A developer must extend an existing application that is based on the AWS Serverless Application Model (AWS SAM). The developer has used the AWS SAM CLI to create the project. The project contains different AWS Lambda functions. Which combination of commands must the developer use to redeploy the AWS SAM application? (Select TWO)

- [ ] sam init.
- [ ] sam validate.
Expand Down