Amazon Web Services in Aktion von Wittig, Andreas, Wittig, Michael, gutes Buch-

Ursprünglicher Text
Amazon Web Services in Action by Wittig, Andreas,Wittig, Michael, Good Book
Once Upon a Time Books Inc
(339370)
Angemeldet als gewerblicher Verkäufer
US $4,17
Ca.EUR 3,55
Artikelzustand:
Gut
This is a used book in good condition and may show some signs of use or wear .
Ganz entspannt. Rückgaben akzeptiert.
Versand:
Kostenlos Economy Shipping.
Standort: Tontitown, Arkansas, USA
Lieferung:
Lieferung zwischen Do, 18. Sep und Mo, 22. Sep bei heutigem Zahlungseingang
Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahme:
30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
Zahlungen:
   Diners Club 

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet

  • Gratis Rückversand im Inland
  • Punkte für jeden Kauf und Verkauf
  • Exklusive Plus-Deals
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:388758337517
Zuletzt aktualisiert am 09. Sep. 2025 13:46:44 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Gut
Buch, das gelesen wurde, sich aber in einem guten Zustand befindet. Der Einband weist nur sehr geringfügige Beschädigungen auf, wie z.B. kleinere Schrammen, er hat aber weder Löcher, noch ist er eingerissen. Bei gebundenen Büchern ist der Schutzumschlag möglicherweise nicht mehr vorhanden. Die Bindung weist geringfügige Gebrauchsspuren auf. Die Mehrzahl der Seiten ist unbeschädigt, das heißt, es gibt kaum Knitter oder Einrisse, es wurden nur in geringem Maße Bleistiftunterstreichungen im Text vorgenommen, es gibt keine Textmarkierungen und die Randbereiche sind nicht beschrieben. Alle Seiten sind vollständig vorhanden. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers. Alle Zustandsdefinitionen aufrufenwird in neuem Fenster oder Tab geöffnet
Hinweise des Verkäufers
“This is a used book in good condition and may show some signs of use or wear .”
Book Title
Amazon Web Services in Action
ISBN
9781617292880
Kategorie

Über dieses Produkt

Product Identifiers

Publisher
Manning Publications Co. LLC
ISBN-10
1617292885
ISBN-13
9781617292880
eBay Product ID (ePID)
211780576

Product Key Features

Number of Pages
424 Pages
Language
English
Publication Name
Amazon Web Services in Action
Publication Year
2015
Subject
Systems Architecture / General, Web / Web Services & APIs, Software Development & Engineering / General, Data Processing
Type
Textbook
Subject Area
Computers
Author
Michael Wittig, Andreas Wittig
Format
Trade Paperback

Dimensions

Item Height
0.9 in
Item Weight
25.4 Oz
Item Length
9.1 in
Item Width
7.3 in

Additional Product Features

Intended Audience
Scholarly & Professional
LCCN
2015-514076
Illustrated
Yes
Synopsis
KEY SELLING POINTS Explains the key concepts of AWS Gives an overview of the most important services Allows readers to take full advantage of the AWS platform AUDIENCE Written for developers and DevOps engineers who are moving traditionally-deployed distributed applications to the AWS platform. No experience with AWS is required., DESCRIPTION Distributed systems are unpredictable, and it can be an enormous challenge to manage around potentially-crippling obstacles like hardware failures, unanticipated changes in load, and network issues. Amazon Web Services (AWS) is a platform for hosting distributed applications in a secure, flexible cloud environment. AWS provides a suite of services designed to keep the focus on what an application does instead of the infrastructure required to run it. Whether serving up blog pages, analyzing fast data in real-time, building software as a service, or implementing a massive e-commerce site, AWS provides both a stable platform and services that will scale with every application. Amazon Web Services in Action introduces readers to computing, storing, and networking in the AWS cloud. It starts with a broad overview of AWS, and shows how to spin up servers manually and from the command line. Then, it explores infrastructure automation with the AWS CloudFormation service, where readers can describe a blueprint of their infrastructure as code. Readers will learn how to isolate systems using private networks to increase security, how to use the most valuable AWS managed services available on AWS, and about the benefits of stateless servers. In the end, they'll look to the AWS model for high availability, scaling, decoupling with queues and load balancers, and fault tolerance. KEY SELLING POINTS Explains the key concepts of AWS Gives an overview of the most important services Allows readers to take full advantage of the AWS platform AUDIENCE Written for developers and DevOps engineers who are moving traditionally-deployed distributed applications to the AWS platform. No experience with AWS is required. ABOUT THE TECHNOLOGY Amazon Web Services is a platform of services in the Cloud to provide everything needed to run applications--from hosting a private blog, to running one of the biggest websites on earth, analyzing data for cancer research, or providing business applications., Summary Amazon Web Services in Action introduces you to computing, storing, and networking in the AWS cloud. The book will teach you about the most important services on AWS. You will also learn about best practices regarding automation, security, high availability, and scalability. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Physical data centers require lots of equipment and take time and resources to manage. If you need a data center, but don't want to build your own, Amazon Web Services may be your solution. Whether you're analyzing real-time data, building software as a service, or running an e-commerce site, AWS offers you a reliable cloud-based platform with services that scale. All services are controllable via an API which allows you to automate your infrastructure. About the Book Amazon Web Services in Action introduces you to computing, storing, and networking in the AWS cloud. The book will teach you about the most important services on AWS. You will also learn about best practices regarding security, high availability and scalability.You'll start with a broad overview of cloud computing and AWS and learn how to spin-up servers manually and from the command line. You'll learn how to automate your infrastructure by programmatically calling the AWS API to control every part of AWS. You will be introduced to the concept of Infrastructure as Code with the help of AWS CloudFormation.You will learn about different approaches to deploy applications on AWS. You'll also learn how to secure your infrastructure by isolating networks, controlling traffic and managing access to AWS resources. Next, you'll learn options and techniques for storing your data. You will experience how to integrate AWS services into your own applications by the use of SDKs. Finally, this book teaches you how to design for high availability, fault tolerance, and scalability. What's Inside Overview of cloud concepts and patterns Manage servers on EC2 for cost-effectiveness Infrastructure automation with Infrastructure as Code (AWS CloudFormation) Deploy applications on AWS Store data on AWS: SQL, NoSQL, object storage and block storage Integrate Amazon's pre-built services Architect highly available and fault tolerant systems About the Reader Written for developers and DevOps engineers moving distributed applications to the AWS platform. About the Authors Andreas Wittig and Michael Wittig are software engineers and consultants focused on AWS and web development. Table of Contents PART 1 GETTING STARTED What is Amazon Web Services? A simple example: WordPress in five minutes PART 2 BUILDING VIRTUAL INFRASTRUCTURE WITH SERVERS AND NETWORKING Using virtual servers: EC2 Programming your infrastructure: the command line, SDKs, and CloudFormation Automating deployment: CloudFormation, Elastic Beanstalk, and OpsWorks Securing your system: IAM, security groups, and VPC PART 3 STORING DATA IN THE CLOUD Storing your objects: S3 and Glacier Storing your data on hard drives: EBS and instance store Using a relational database service: RDS Programming for the NoSQL database service: DynamoDB PART 4 ARCHITECTING ON AWS Achieving high availability: availability zones, auto-scaling, and CloudWatch Decoupling your infrastructure: ELB and SQS Designing for fault-tolerance Scaling up and down: auto-scaling and CloudWatch
LC Classification Number
TK5105.88813

Artikelbeschreibung des Verkäufers

Rechtliche Informationen des Verkäufers

Ich versichere, dass alle meine Verkaufsaktivitäten in Übereinstimmung mit allen geltenden Gesetzen und Vorschriften der EU erfolgen.
Info zu diesem Verkäufer

Once Upon a Time Books Inc

98,9% positive Bewertungen975.275 Artikel verkauft

Mitglied seit Sep 1998
Angemeldet als gewerblicher Verkäufer
We are a full-line, online bookseller. With our inventory of over 60,000 items, we aim to be your first stop on the internet for all of your used and out-of-print book buying needs. To help find the ...
Mehr anzeigen
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
4.9
Angemessene Versandkosten
5.0
Lieferzeit
5.0
Kommunikation
5.0

Beliebte Kategorien in diesem Shop

Verkäuferbewertungen (473.228)

Alle Bewertungen
Positiv
Neutral
Negativ
  • c***m (433)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    AAA+++; Excellent Service; Great Pricing; Fast Delivery-Faster Than Expected to Hawaii!; Shipped 05/14, Received 05/30 Fri using free shipping; USPS Ground Mail, Book in Excellent Condition--Better Than Described ; TLC Packaging; Excellent Seller Communication, Sends updates . Highly Recommended!, Thank you very much!
  • r***r (7506)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Once Upon a Time Books Inc is an eBay seller newer to me. I was very pleased with this transaction. The books were packaged securely, shipped promptly and are just as described. They have a large inventory and their prices are reasonable. They also reduce orders of three books by twenty five percent. I will be back to shop more at Once Upon a Time Books Inc. Thank you.
  • g***g (299)- Bewertung vom Käufer.
    Letztes Jahr
    Bestätigter Kauf
    Sent seller message that I needed the item before end of expected delivery date quoted. Not only did they make sure I received the item by the date requested, it was packaged with extreme care. Item was as described, and in great condition. I highly recommend this high-quality seller! 😃👍🏻