• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

experience in AWS needed?

 
Greenhorn
Posts: 3
Hibernate Oracle Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Andreas,

Would you recommend this for someone with 0 experience in AWS?

Andreas Wittig wrote:Thanks for your questions Raghu.

1. What could we expect from your book?
The book introduces the most important AWS services: virtual servers (EC2), private networking (VPC), SQL databases (RDS), no-sql database (DynamoDB), object storage (S3), block storage (EBS).

2. Does it cover/discuss any best practices in building applications in AWS?
Yes, the book covers best practices for security and architecting highly available and scalable systems on AWS. We are focusing on Infrastructure as Code, a very important best practice when working with AWS through all the book.

3. How far it is useful in preparing for AWS Developer Certification, does it cover any aspects of it?
The book is a good starting point if you want to prepare for a AWS Developer Certification. The chapters about S3, DynamoDB, asynchronous and synchronous decoupling (SQS and ELB) are highly recommended to prepare for your certification.

4. I am a Java programmer with an experience on SOAP based web services, does it need any proficiency in any other language or tools to better understand AWS?
We are using JavaScript (node.js) for our examples to explain the AWS API and SDKs. It is easy to transfer this knowledge to Java and the AWS SDK for Java, easily.

5. What strategy do you advise for programmers like me to get proficient on AWS development?
Read Amazon Web Services in Action, dive into the AWS documentation while building pet projects on top of AWS, apply for an AWS certification (associate level), work on your first real-world projects based on AWS services.

 
Author
Posts: 42
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Absolutely, our book is written for AWS beginners. General background as developer or SysAdmin is sufficient.
 
reply
    Bookmark Topic Watch Topic
  • New Topic