Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Implementing Cloud Design Patterns for AWS
  • Table Of Contents Toc
Implementing Cloud Design Patterns for AWS

Implementing Cloud Design Patterns for AWS

By : Young
3 (3)
close
close
Implementing Cloud Design Patterns for AWS

Implementing Cloud Design Patterns for AWS

3 (3)
By: Young

Overview of this book

This book is aimed at architects, solution providers, and those of the DevOps community who are looking to implement repeatable patterns for deploying and maintaining services in the Amazon cloud infrastructure. Prior experience using AWS is required as the book focuses more on the patterns and not on the basics of using AWS.
Table of Contents (18 chapters)
close
close
Lock Free Chapter
1
Section 1: The Basics
6
Section 2: DevOps Patterns
chevron up
12
Section 3: Persistence Patterns

Write proxy pattern

The first method we will discuss for handling uploaded data will be quite different than any method thus far. Instead of uploading through the HTTP front-end as before, we will handle the data through a different protocol. It is not often to see a web server as the only means for sending data into a server. Legacy systems, systems that wish to support extremely large files, or even systems that need the transfer to be as optimized as possible would typically not interact via the HTML POST method.

Some examples of protocols used for file uploads that one might typically find, are:

  • FTP or SFTP
  • FTPS or SCP
  • HTTP PUT/POST
  • UDP optimized transfers such as Tsunami UDP

Note

More information on Tsunami can be found at http://tsunami-udp.sourceforge.net/.

For this example, we will use FTP as it is a bit easy to demonstrate and requires little overhead. This pattern allows the end user to anonymously upload the data via FTP into a proxy server, whose only purpose is to move the uploaded...

Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Implementing Cloud Design Patterns for AWS
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon