AWS cloud projects Strengthen Your AWS Skills Through Practical Projects, from Websites to Advanced AI Applications

Book Cover
Average Rating
Published
Birmingham : Packt Publishing, Limited, 2024.
Status
Available Online

Description

Loading Description...

More Details

Format
Edition
1st edition.
Language
English
ISBN
9781835889299, 1835889298, 183588928X, 9781835889282

Notes

General Note
Description based upon print version of record.
General Note
Improving your security posture
Description
Tired of resumes that get lost in the pile? This book is your roadmap to creating an in-demand AWS portfolio that grabs attention and gets you hired. This comprehensive guide unlocks the vast potential of AWS for developers of all levels. Inside, you'll find invaluable guidance for crafting stunning websites with S3, CloudFront, and Route53. You'll build robust and scalable applications, such as recipe-sharing platforms, using DynamoDB and Elastic Load Balancing. For streamlined efficiency, the book will teach you how to develop serverless architectures with AWS Lambda and Cognito. Gradually, you'll infuse your projects with artificial intelligence by creating a photo analyzer powered by Amazon Rekognition. You'll also automate complex workflows for seamless content translation using Translate, CodePipeline, and CodeBuild. Later, you'll construct intelligent virtual assistants with Amazon Lex and Bedrock to answer web development queries. The book will also show you how to visualize your data with insightful dashboards built using Athena, Glue, and QuickSight. By the end of this book, you'll be ready to take your projects to the next level and succeed in the dynamic world of cloud computing.
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Pinto, I., & Santos, P. (2024). AWS cloud projects: Strengthen Your AWS Skills Through Practical Projects, from Websites to Advanced AI Applications (1st edition.). Packt Publishing, Limited.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Pinto, Ivo and Pedro, Santos. 2024. AWS Cloud Projects: Strengthen Your AWS Skills Through Practical Projects, From Websites to Advanced AI Applications. Birmingham: Packt Publishing, Limited.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Pinto, Ivo and Pedro, Santos. AWS Cloud Projects: Strengthen Your AWS Skills Through Practical Projects, From Websites to Advanced AI Applications Birmingham: Packt Publishing, Limited, 2024.

Harvard Citation (style guide)

Pinto, I. and Santos, P. (2024). AWS cloud projects: strengthen your AWS skills through practical projects, from websites to advanced AI applications. 1st edn. Birmingham: Packt Publishing, Limited.

MLA Citation, 9th Edition (style guide)

Pinto, Ivo,, and Pedro Santos. AWS Cloud Projects: Strengthen Your AWS Skills Through Practical Projects, From Websites to Advanced AI Applications 1st edition., Packt Publishing, Limited, 2024.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
48cdab7f-8929-4778-3f89-c80433c232bd-eng
Go To Grouped Work View in Staff Client

Grouping Information

Grouped Work ID48cdab7f-8929-4778-3f89-c80433c232bd-eng
Full titleaws cloud projects strengthen your aws skills through practical projects from websites to advanced ai applications
Authorpinto ivo
Grouping Categorybook
Last Update2024-12-17 08:40:50AM
Last Indexed2024-12-17 08:47:00AM

Book Cover Information

Image Sourcedefault
First LoadedDec 21, 2024
Last UsedDec 21, 2024

Marc Record

First DetectedDec 16, 2024 11:30:32 PM
Last File Modification TimeDec 17, 2024 08:39:32 AM
SuppressedRecord had no items

MARC Record

LEADER06033cam a22005177a 4500
001on1456759567
003OCoLC
00520241217082857.0
006m     o  d        
007cr cnu||||||||
008240928s2024    enk     o     000 0 eng d
019 |a 1456587591
020 |a 9781835889299
020 |a 1835889298
020 |a 183588928X|q (electronic bk.)
020 |a 9781835889282|q (electronic bk.)
035 |a (OCoLC)1456759567|z (OCoLC)1456587591
037 |a 9781835889282|b O'Reilly Media
037 |a 10769207|b IEEE
040 |a EBLCP|b eng|c EBLCP|d YDX|d OCLCQ|d OCLCO|d EBLCP|d ORMDA|d IEEEE
049 |a MAIN
050 4|a QA76.9.A25
08204|a 005.8|2 23/eng/20241028
1001 |a Pinto, Ivo,|e author.
24510|a AWS cloud projects|h [electronic resource] :|b Strengthen Your AWS Skills Through Practical Projects, from Websites to Advanced AI Applications /|c Ivo Pinto, Pedro Santos.
250 |a 1st edition.
260 |a Birmingham :|b Packt Publishing, Limited,|c 2024.
300 |a 1 online resource (266 p.)
500 |a Description based upon print version of record.
500 |a Improving your security posture
5050 |a Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Part 1: Beginner Level Projects -- Chapter 1: Deploying and Interacting with AWS Services -- Technical requirements -- Architecting on AWS -- Requirements gathering -- Choosing an architecture pattern -- Selecting a service -- Diagramming -- Exploring the Well-Architected Framework -- Getting started with AWS Console -- Using the Console -- Navigating AWS CLI and AWS SDK -- AWS CLI -- AWS SDK -- Understanding IaC -- Using CloudFormation -- Using Terraform -- Summary
5058 |a Chapter 2: Creating a Personal Website -- Technical requirements -- Scenario -- Requirements -- Architecture patterns -- Architecture -- AWS services -- Amazon Simple Storage Service (S3) -- Amazon CloudWatch metrics -- Coding the solution -- Editing the website -- Publishing the website -- Monitoring the website -- Cleaning up -- Future work -- Implementing custom DNS -- Taking security to the next level -- Having better observability -- Final architecture -- Summary -- Part 2: Intermediate Level Projects -- Chapter 3: Building a Recipe-Sharing Application -- Technical requirements -- Scenario
5058 |a Requirements -- Architecture patterns -- Architecture -- AWS services -- Amazon S3 -- Amazon CloudFront -- Amazon Virtual Private Cloud (VPC) -- Amazon EC2 -- Application Load Balancer (ALB) -- Amazon DynamoDB -- AWS CloudFormation -- Coding the solution -- Cloning the project -- Section 1 -- DNS configuration and certificate issuing (option 1 only) -- Section 2 -- Solution deployment -- Section 3 -- Additional configurations (option 1 only) -- Section 4 -- Frontend configuration and deployment -- Section 5 -- Testing and exploring your application -- Section 6 -- Cleaning up -- Future work
5058 |a Using secure protocols -- Infrastructure auto-scaling -- Managed hosting and CI/CD -- Authentication -- Logging and monitoring -- Caching -- Summary -- Chapter 5: Building a Serverless Recipe-Sharing Application -- Technical requirements -- Scenario -- Requirements -- Architecture patterns -- Architecture -- AWS services -- Amazon Simple Storage Service (S3) -- Amazon CloudFront -- Amazon DynamoDB -- AWS CloudFormation -- Amazon Cognito -- Amazon Lambda -- API Gateway -- Coding the solution -- Cloning the project -- Solution deployment -- Frontend configuration and deployment
5058 |a Test and explore your application -- Clean up -- Future work -- Enrich your application with media content -- User profile -- Summary -- Chapter 5: Implementing an Image Analyzer to Detect Photo Friendliness -- Technical requirements -- Scenario -- Requirements -- Architecture patterns -- Architecture -- AWS services -- Amazon Rekognition -- Amazon API Gateway and AWS Lambda -- Coding the solution -- Building the infrastructure -- Understanding the image analyzer code -- Testing your application -- Cleaning up -- Future work -- Implementing authentication and authorization
520 |a Tired of resumes that get lost in the pile? This book is your roadmap to creating an in-demand AWS portfolio that grabs attention and gets you hired. This comprehensive guide unlocks the vast potential of AWS for developers of all levels. Inside, you'll find invaluable guidance for crafting stunning websites with S3, CloudFront, and Route53. You'll build robust and scalable applications, such as recipe-sharing platforms, using DynamoDB and Elastic Load Balancing. For streamlined efficiency, the book will teach you how to develop serverless architectures with AWS Lambda and Cognito. Gradually, you'll infuse your projects with artificial intelligence by creating a photo analyzer powered by Amazon Rekognition. You'll also automate complex workflows for seamless content translation using Translate, CodePipeline, and CodeBuild. Later, you'll construct intelligent virtual assistants with Amazon Lex and Bedrock to answer web development queries. The book will also show you how to visualize your data with insightful dashboards built using Athena, Glue, and QuickSight. By the end of this book, you'll be ready to take your projects to the next level and succeed in the dynamic world of cloud computing.
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
61020|a Amazon Web Services (Firm)|9 391609
650 0|a Cloud computing.|9 78739
7001 |a Santos, Pedro,|e author.
77608|i Print version:|a Pinto, Ivo|t AWS Cloud Projects|d Birmingham : Packt Publishing, Limited,c2024|z 9781835889282
85640|u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781835889282/?ar|x O'Reilly|z eBook
938 |a ProQuest Ebook Central|b EBLB|n EBL31681344
938 |a YBP Library Services|b YANK|n 21242390
994 |a 92|b VIA
999 |c 361305|d 361305