<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Aristotelis S.</title>
    <description>The latest articles on DEV Community by Aristotelis S. (@aristotelissym).</description>
    <link>https://dev.to/aristotelissym</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F501030%2F3a908ca3-fc80-4611-913c-e650703f1ef4.png</url>
      <title>DEV Community: Aristotelis S.</title>
      <link>https://dev.to/aristotelissym</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aristotelissym"/>
    <language>en</language>
    <item>
      <title>Investigating Amazon Managed Blockchain: Make your Web3 Life Easier</title>
      <dc:creator>Aristotelis S.</dc:creator>
      <pubDate>Mon, 10 Jul 2023 08:49:26 +0000</pubDate>
      <link>https://dev.to/aristotelissym/investigating-amazon-managed-blockchain-make-your-web3-life-easier-16bf</link>
      <guid>https://dev.to/aristotelissym/investigating-amazon-managed-blockchain-make-your-web3-life-easier-16bf</guid>
      <description>&lt;p&gt;Hi Everyone!😊&lt;/p&gt;

&lt;h2&gt;
  
  
  How this Post looks like?
&lt;/h2&gt;

&lt;p&gt;Here, I'll be introducing the Amazon Managed Blockchain (AMB), AWS's managed service to fully deploy an operational blockchain. We'll talk about the service, the advantages of it, and provide a Good Practice "sticky note".&lt;/p&gt;




&lt;h3&gt;
  
  
  There are 3 Sections:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Amazon Managed Blockchain (AMB)&lt;/strong&gt; - A comprehensive look on AMB, and its components.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quirks &amp;amp; Features&lt;/strong&gt; - A thorough look on the benefits, and how these are being utilized.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Appendix&lt;/strong&gt; - Useful Resources to get more in depth with AMB.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  0. Amazon Managed Blockchain (AMB) ⛓️
&lt;/h2&gt;

&lt;p&gt;So, what is AMB actually? &lt;br&gt;
It was first introduced back in 2018 as the managed service to provision a blockchain infrastructure without requiring any development. As a &lt;em&gt;fully-managed&lt;/em&gt; service it may be considered as a serverless. Through AMB, you'll have the chance to either join a public network or even create and manage your own private networks. &lt;br&gt;
AMB &lt;strong&gt;utilizes&lt;/strong&gt; both the Hyperledger Fabric and Ethereum Frameworks.&lt;/p&gt;

&lt;p&gt;For the Web3 builders 🌌, working with the Ethereum framework will do the job for you, as AMB allows you to provision full nodes and connect to the Ethereum public mainnet and testnets. This, gives you big potentials, as you'll may take advantage of all the Ethereum capabilities through AMB.&lt;br&gt;
&lt;em&gt;NOTE&lt;/em&gt;* that AMB's Ethereum Mainnet nodes are running on Ethereum's PoS network.&lt;/p&gt;

&lt;p&gt;On the other hand, if your project needs require privacy, and permission controls like financial and internal healthcare applications, knowing who did what, then Hyperledger Fabric 🧷 is your go-to framework.&lt;/p&gt;

&lt;h4&gt;
  
  
  Quick Introduction
&lt;/h4&gt;

&lt;p&gt;Now, how does an AMB network look like? &lt;br&gt;
As seen in the image below from the official AWS documentation (resource: &lt;a href="https://aws.amazon.com/quickstart/architecture/amazon-managed-blockchain/"&gt;Amazon Managed Blockchain Quickstart&lt;/a&gt;), the network is built within a VPC and it is consisted of several members (peer nodes). Each member can have 1-3 instances. Those instances can be distributed across AZs.&lt;br&gt;
Just to have a good explanation of the diagram, if you deploy a blockchain using &lt;strong&gt;Quick Start&lt;/strong&gt; with only the default parameters, then it is going to create a network with just one member (the yellowed Member A).&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--sTBoMC_s--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://d1.awsstatic.com/partner-network/QuickStart/datasheets/amazon-managed-blockchain-architecture-diagram.4ba79e264d50b2647c72bfa9cb70fc0a80947a04.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--sTBoMC_s--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://d1.awsstatic.com/partner-network/QuickStart/datasheets/amazon-managed-blockchain-architecture-diagram.4ba79e264d50b2647c72bfa9cb70fc0a80947a04.png" alt="Amazon Managed Blockchain Network Diagram" width="800" height="529"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;One key thing to notice&lt;/em&gt;: Currently AMB is available in the regions below. This is a dynamic process, so you'll might see more regions being added.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Region Code&lt;/th&gt;
&lt;th&gt;Region Name&lt;/th&gt;
&lt;th&gt;Date Added&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;us-gov-west-1&lt;/td&gt;
&lt;td&gt;AWS GovCloud (US-West) limited&lt;/td&gt;
&lt;td&gt;2022-09-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;eu-west-2&lt;/td&gt;
&lt;td&gt;Europe (London)&lt;/td&gt;
&lt;td&gt;2020-09-02&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ap-northeast-2&lt;/td&gt;
&lt;td&gt;Asia Pacific (Seoul)&lt;/td&gt;
&lt;td&gt;2020-03-27&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;eu-west-1&lt;/td&gt;
&lt;td&gt;Europe (Ireland)&lt;/td&gt;
&lt;td&gt;2020-03-20&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ap-northeast-1&lt;/td&gt;
&lt;td&gt;Asia Pacific (Tokyo)&lt;/td&gt;
&lt;td&gt;2020-03-13&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ap-southeast-1&lt;/td&gt;
&lt;td&gt;Asia Pacific (Singapore)&lt;/td&gt;
&lt;td&gt;2020-03-06&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;us-east-1&lt;/td&gt;
&lt;td&gt;US East (N. Virginia)&lt;/td&gt;
&lt;td&gt;2019-05-22&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  1. Quirks &amp;amp; Features🥼💻
&lt;/h2&gt;

&lt;h4&gt;
  
  
  1. Reliability
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;On AWS, there are constant client software updates, which means nodes/peers will stay up-to-date and resolve any potential software exploits.&lt;/li&gt;
&lt;li&gt;AMB ensures the delivery of the transactions across the blockchain network. A complete immutable change logs of the transactions is kept and maintained from the AMB, as it utilizes the Amazon QLDB which keeps all uncommitted transactions.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  2. Highly Scalable - Secure
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;As mentioned, AMB networks are built within a Virtual Private Cloud (VPC). AWS provides VPC Endpoints, an entry point from which communication is secured within the blockchain network, but also interacting with other members of your network.&lt;/li&gt;
&lt;li&gt;If there is a need for more resources, users are able to add/remove resources to their blockchain network.&lt;/li&gt;
&lt;li&gt;At the same time, within AMB, you are able to utilize the AWS Key Management Service which secures the communications within the blockchain network. Moreover, AWS infrastructure provides its own hardware security modules (HSM).&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  3. Fault-Tolerant
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;AMB is monitored and can replace any broken node/peer whenever it is detected (24/7).&lt;/li&gt;
&lt;li&gt;At the same time, you may utilize AWS's monitoring services (AWS CloudWatch, AWS Inspector, AWS Guard etc.) and be proactive on any issues that might occur.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  4. Other
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;AMB comes with a Free-tier which anyone can use through the &lt;strong&gt;STARTER&lt;/strong&gt;pack.&lt;/li&gt;
&lt;li&gt;Also, tons of integration capabilities while using the &lt;em&gt;AWS CLI and SDK&lt;/em&gt; , but also the &lt;em&gt;Hyperledger SDK and CLI&lt;/em&gt; .&lt;/li&gt;
&lt;li&gt;Last, AMB supports HCLTech OBOL Tokenization.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  2. Appendix 📚
&lt;/h2&gt;

&lt;p&gt;Below, you'll find a few tips and a table of resources for your reference.&lt;/p&gt;

&lt;h3&gt;
  
  
  Tips 💡
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Sandbox&lt;/strong&gt; 🕹️: If you want to experiment with AMB, &lt;strong&gt;Quick Start + Starter Edition&lt;/strong&gt; will be the optimal solution, as it provisions the least amount of resources (dropping the cost), utilizing the Free Tier which is available.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Cost Optimization&lt;/strong&gt; 💸: As in every situation, please enable the AWS Cost and Usage Report and have limits for your expenses. That way, you want get any additional surprises in your bank account :).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Clean Up&lt;/strong&gt; 🧹: Once done experimenting, do not forget to clean up, and to do so, members should not be peered, as you won't be allowed to delete them (as per blockchains' functionality).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Storage&lt;/strong&gt; 🗄️: For anyone that might have stubbled upon this, as the name implies Amazon Quantum Ledger Database (QLDB) is a database to keep a verifiable and trusted history of all the data changes in an environment. AMB allows all participated parties to make transparent transactions securely without the need of a central authority.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Developing Cost&lt;/strong&gt; 💲💲: Cost wise, using AMB might be more cost-efficient for you, your team or your company, as you are saving up cost on personnel and resources from developing your blockchain infrastructure from scratch.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Resources 🥫:
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Resource Name&lt;/th&gt;
&lt;th&gt;Link&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Amazon Managed Blockchain Setup Tutorial (YT)&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.youtube.com/watch?v=8r0P0uLhvKU&amp;amp;ab_channel=AWSTrainingProgram"&gt;Link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AWS re:Invent 2021 - When to use blockchain (YT)&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.youtube.com/watch?v=FkjkUzCgvkM&amp;amp;ab_channel=AWSEvents"&gt;Link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AWS Summit ANZ 2022 - Build and scale a Web3 startup (YT)&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.youtube.com/watch?v=UcwuTkN15Uc&amp;amp;ab_channel=AWSEvents"&gt;Link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AWS AMER Summit May 2021 - Build blockchain apps with Ethereum and Hyperledger (YT)&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.youtube.com/watch?v=2ODFWZTxczI&amp;amp;ab_channel=AWSEvents"&gt;Link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;p&gt;I hope that you'll find this post useful and it will help you understand the Amazon Managed Blockchain Service. You are more than welcome to add any comment if you have doubts or questions (or any suggestions!). 🙏&lt;/p&gt;

</description>
      <category>aws</category>
      <category>cloud</category>
      <category>blockchain</category>
    </item>
    <item>
      <title>Becoming a Cloud Architect: A Roadmap to the AWS Solutions Architect - Associate Certificate🏗️💡</title>
      <dc:creator>Aristotelis S.</dc:creator>
      <pubDate>Fri, 23 Jun 2023 17:02:37 +0000</pubDate>
      <link>https://dev.to/aristotelissym/becoming-a-cloud-architect-my-path-to-the-aws-solutions-architect-associate-certificate-e8l</link>
      <guid>https://dev.to/aristotelissym/becoming-a-cloud-architect-my-path-to-the-aws-solutions-architect-associate-certificate-e8l</guid>
      <description>&lt;p&gt;Hello Everyone! 😄&lt;/p&gt;

&lt;h3&gt;
  
  
  What should you be expecting from the Article?
&lt;/h3&gt;

&lt;p&gt;Here, I will be presenting all the tips and tricks I used to prepare myself properly and pass the exams of the AWS Solutions Architect - Associate certificate.&lt;/p&gt;

&lt;p&gt;This is my first post, so an feedback is more than welcome!😁&lt;/p&gt;




&lt;h4&gt;
  
  
  There are 4 Sections
&lt;/h4&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;General Information&lt;/strong&gt; - Information about the AWS resources and exams.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Courses&lt;/strong&gt; - What you need to know and how to proceed.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Practice Tests&lt;/strong&gt; - How should you utilize your time and resources.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Appendix&lt;/strong&gt; - Useful Resources w/ Tips &amp;amp; Tricks.&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  0. General Information 📝
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Name:&lt;/strong&gt; AWS CAA-S03 (previously CAA-S02).&lt;br&gt;
&lt;strong&gt;Length:&lt;/strong&gt; 130 minutes for English-native speakers. If you are a non English-native speaker, you may request &lt;em&gt;30 additional minutes for the exams&lt;/em&gt;.&lt;br&gt;
Minimum Passing Score: 720 (72%)&lt;br&gt;
&lt;strong&gt;Cost:&lt;/strong&gt; 150$ (One exam attempt per voucher)&lt;br&gt;
&lt;strong&gt;Format:&lt;/strong&gt; 65 questions (multiple choice or multiple answers)&lt;/p&gt;

&lt;p&gt;🧑‍💼 &lt;strong&gt;Fields of Interest:&lt;/strong&gt; &lt;em&gt;Solutions Architect, DevOps Engineer, Infrastructure Engineer, Operations Engineer, Automations Engineer, Cloud Engineer/Developer.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The AWS Solutions Architect - Associate (or &lt;em&gt;SAA-C03&lt;/em&gt;) is considered as a rather challenging certificate. It is a process that could take as much time as you want/need. To be honest though, you should set a goal of N days/months and schedule the exams for a certain day. As the time passes, it gets more difficult to remember all the information you gained during your homework.&lt;br&gt;
&lt;em&gt;Don't forget&lt;/em&gt; we are talking about nearly 150 AWS services that are in the exams.&lt;/p&gt;




&lt;p&gt;Questions are descriptive and could get long, presenting an architectural scenario, for which you are asked to provide the most well suited answer from a multiple choice format.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Since the &lt;em&gt;AI/ML Solutions&lt;/em&gt; are now a hot topic, the SAA-C03 release of the exams assimilate more questions on AWS's AI/ML services.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;In these 65 questions, &lt;em&gt;15&lt;/em&gt; of them are Unscored Questions. These questions will not affect your score. AWS randomly uses them in the exams, to gather information from each candidate and assess the worth of each question for future use.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Every time, try excluding the answers that seem to be &lt;em&gt;off&lt;/em&gt;. Usually, you'll find two answers that do not actually stick with the questions, and two answers that are similar.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Never leave a question unanswered. Even if it doesn't make sense to you, I suggest that you answer the question, Flag it and revisit it, once you are done with all 65 of them. This way you'll get plenty more time to evaluate the question without getting anxious about the time.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There are 4 domains in which you'll prepare yourself, as described in the table below. This is just &lt;em&gt;good to know&lt;/em&gt;, it doesn't make any difference to you.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Domain&lt;/th&gt;
&lt;th&gt;% of Exams&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Domain 1: Design Secure Architecture&lt;/td&gt;
&lt;td&gt;30%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Domain 2: Design Resilient Architectures&lt;/td&gt;
&lt;td&gt;26%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Domain 3: Design High-Performing Architectures&lt;/td&gt;
&lt;td&gt;24%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Domain 4: Design Cost-Optimized Architectures&lt;/td&gt;
&lt;td&gt;20%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  🔒 Domain 1 : Design Secure Architecture
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;Secure Architecture&lt;/em&gt; means Access Control, Global Infrastructure, Federated Access and Identity Services and Best Practices.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Outstanding Services:&lt;/em&gt; &lt;strong&gt;VPN, AWS Direct Connect, NAT Gateways, AWS WAF, and Security Groups&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  ⚖️ Domain 2 : Design Resilient Architecture
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;Resilient Architecture&lt;/em&gt; means scalable, fault-tolerant and loosely coupled, and highly available architectures.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Outstanding Services:&lt;/em&gt; &lt;strong&gt;SQS, SNS, AWS Lambda, AWS Fargate, Load Balancers (ALB, ELB, GLB), Amazon API Gateway, Secrets Manager, Amazon ECS, Amazon EKS, AWS Step Function, DR Strategies, Amazon Route 53, AWS Regions and Availability Zones&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  ⚡ Domain 3 : Design High-Performing Architectures
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;High Performing Architecture&lt;/em&gt; means scalable and elastic database, compute and network solutions.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Outstanding Services:&lt;/em&gt; &lt;strong&gt;Amazon ElastiCache Memcached/Redis, Database replication (Read Replicas, Multi-AZ), Database types (serverless, relational or not), AWS CloudFront, AWS Global Accelerator, AWS PrivateLink, AWS VPN, Direct Connect, AWS DataSync, AWS Storage Gateway, AWS Kinesis, AWS Firehose.&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  💰 Domain 4 : Design Cost-Optimized Architectures
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;Cost Optimized Architecture&lt;/em&gt; means using the most appropriate infrastructure, providing the best performance with the least cost.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Outstanding Services:&lt;/em&gt; &lt;strong&gt;AWS Cost Explorer, Cost Allocation Tags, Comparing identical services (i.e. Nat gateway/instance), Network routing/peering/topology (AWS Transit Gateway, VPC peering, Site-to-Site VPN, AWS Direct Connection), Spot Fleets/Instances, Comparing AWS database services, Comparing storage types (EBS, EFS, FSx, S3), S3 Bucket Tiers.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  1. Courses 📙
&lt;/h2&gt;

&lt;p&gt;First of all, you need to pick the course that makes the best fit for you. For my case, the course &lt;a href="https://www.udemy.com/course/aws-certified-solutions-architect-associate-saa-c03/"&gt;Ultimate AWS Certified Solutions Architect Associate SAA-C03&lt;/a&gt; offered by Stephane Maarek in Udemy was ideal. Descriptive, well organized, with a great flow and hands-on labs. This is a long course with 27 hours of lectures.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; You do not need to go over the hands-on labs. Time and Cost-wise (as you would need to provision some AWS infrastructure that might not be included in the &lt;em&gt;Free Tier&lt;/em&gt;). There is not doubt that this will help you elevate your understanding in AWS, but it is not actually required to prepare you for the exams. Practice tests are the experience you are looking, &lt;strong&gt;just&lt;/strong&gt; for the exams.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Course&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;th&gt;Time&lt;/th&gt;
&lt;th&gt;Link&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;AWS Certified Solutions Architect - Associate 2020 (PASS THE EXAM!) - &lt;em&gt;freecodecamp&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;Free&lt;/td&gt;
&lt;td&gt;10h26m&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.youtube.com/watch?v=Ia-UEYYR44s"&gt;Link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Ultimate AWS Certified Solutions Architect Associate SAA-C03&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;- Udemy&lt;/td&gt;
&lt;td&gt;18.64$&lt;/td&gt;
&lt;td&gt;10h26m&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.udemy.com/course/aws-certified-solutions-architect-associate-saa-c03/"&gt;Link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;em&gt;Tip:&lt;/em&gt; For me it was helpful writing down notes of the services I had issues understanding.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Practice Tests 🧪
&lt;/h2&gt;

&lt;p&gt;Practice Tests are actually what will get you through the exams. Without these, it would be (and without any experience in these exams) extremely difficult for anyone to pass the exams.&lt;br&gt;
This is the hands-on experience you are looking for the exams.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; in &lt;em&gt;October 2022&lt;/em&gt; AWS released the new version of the exams, moving into SAA-C03 (previous was SAA-C02).&lt;/p&gt;

&lt;p&gt;&lt;em&gt;TIP:&lt;/em&gt; There are no big differences between the two versions, but AWS has included new services in SAA-C03, &lt;strong&gt;focusing&lt;/strong&gt; on the AI/ML ones.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Practice Tests&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;th&gt;Link&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;AWS Official Sample Questions&lt;/td&gt;
&lt;td&gt;Free&lt;/td&gt;
&lt;td&gt;&lt;a href="https://d1.awsstatic.com/training-and-certification/docs-sa-assoc/AWS-Certified-Solutions-Architect-Associate_Sample-Questions.pdf"&gt;Link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ExamTopics - Provides answers/discussions&lt;/td&gt;
&lt;td&gt;Free&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.examtopics.com/exams/amazon/aws-certified-solutions-architect-associate-saa-c03/view/"&gt;Link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;KnowledgeHut upGrad - Registration required&lt;/td&gt;
&lt;td&gt;Free&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.knowledgehut.com/practice-tests/aws-solutions-architect-associate"&gt;Link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;W3School - Registration required&lt;/td&gt;
&lt;td&gt;Free&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.w3schools.com/training/aws/aws-certified-solutions-architect-associate-official-practice-question-set-saa-c03-english.php"&gt;Link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;SkillCertPro ⭐ - My &lt;em&gt;preference&lt;/em&gt;
&lt;/td&gt;
&lt;td&gt;19.99$&lt;/td&gt;
&lt;td&gt;&lt;a href="https://skillcertpro.com/product/aws-solutions-architect-associate-saa-c03/"&gt;Link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Whizlab - Remember to check only the Practice Tests&lt;/td&gt;
&lt;td&gt;17.95$&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.whizlabs.com/aws-solutions-architect-associate/"&gt;Link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Practice Exams - AWS Certified Solutions Architect Associate&lt;/td&gt;
&lt;td&gt;18.64$&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.udemy.com/course/practice-exams-aws-certified-solutions-architect-associate/"&gt;Link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AWS Certified Solutions Architect Associate Practice Exams&lt;/td&gt;
&lt;td&gt;19.73$&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.udemy.com/course/aws-certified-solutions-architect-associate-practice-tests-k/"&gt;Link&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  3. Appendix 🍬
&lt;/h2&gt;

&lt;p&gt;Here you'll find resources to help you out through your preparation for the certificate, but also for your career as a AWS Solutions Architect.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://aws.amazon.com/products/?aws-products-all.sort-by=item.additionalFields.productNameLowercase&amp;amp;aws-products-all.sort-order=asc&amp;amp;awsf.re%3AInvent=*all&amp;amp;awsf.Free%20Tier%20Type=*all&amp;amp;awsf.tech-category=*all"&gt;AWS Product List - FAQs 🆘&lt;/a&gt; - This probably is one of the most important one. The best resource you may utilize to gain a better understanding is the FAQs page of the service itself. As an AWS Solutions Architect you need to have at least a good understanding of these questions for the most popular services.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://notes.arkalim.org/notes/aws%20solutions%20architect%20associate/aws%20solutions%20architect%20associate%20(saa-c02)/"&gt;Abdur's Notes&lt;/a&gt; - This is a great blog for you to use as a reference point when you want to go back and check specific resources or just to make a revision. Those could be a little outdated, but still will do the job for you.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://aws.amazon.com/solutions/"&gt;AWS Solutions&lt;/a&gt; - This is an index of solutions provided by AWS, which follow good practice principles, and can be used as additional labs/exercises.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://aws.amazon.com/architecture/well-architected/?nc2=h_ql_sol_org_r1&amp;amp;wa-lens-whitepapers.sort-by=item.additionalFields.sortDate&amp;amp;wa-lens-whitepapers.sort-order=desc&amp;amp;wa-guidance-whitepapers.sort-by=item.additionalFields.sortDate&amp;amp;wa-guidance-whitepapers.sort-order=desc"&gt;AWS Well Architected&lt;/a&gt; - This is a resource that will help you out build and maintain solutions on top of the six pillars of AWS for Cloud systems.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://aws.amazon.com/blogs/?nc2=h_ql_exm_bl&amp;amp;awsf.blog-master-category=*all&amp;amp;awsf.blog-master-learning-levels=*all&amp;amp;awsf.blog-master-industry=*all&amp;amp;awsf.blog-master-analytics-products=*all&amp;amp;awsf.blog-master-artificial-intelligence=*all&amp;amp;awsf.blog-master-aws-cloud-financial-management=*all&amp;amp;awsf.blog-master-blockchain=*all&amp;amp;awsf.blog-master-business-applications=*all&amp;amp;awsf.blog-master-compute=*all&amp;amp;awsf.blog-master-customer-enablement=*all&amp;amp;awsf.blog-master-customer-engagement=*all&amp;amp;awsf.blog-master-database=*all&amp;amp;awsf.blog-master-developer-tools=*all&amp;amp;awsf.blog-master-devops=*all&amp;amp;awsf.blog-master-end-user-computing=*all&amp;amp;awsf.blog-master-mobile=*all&amp;amp;awsf.blog-master-iot=*all&amp;amp;awsf.blog-master-management-governance=*all&amp;amp;awsf.blog-master-media-services=*all&amp;amp;awsf.blog-master-migration-transfer=*all&amp;amp;awsf.blog-master-migration-solutions=*all&amp;amp;awsf.blog-master-networking-content-delivery=*all&amp;amp;awsf.blog-master-programming-language=*all&amp;amp;awsf.blog-master-sector=*all&amp;amp;awsf.blog-master-security=*all&amp;amp;awsf.blog-master-storage=*all"&gt;AWS Blog&lt;/a&gt; - Consider this as AWS newsfeed. From here, you may keep yourself up-to-date with the latest trends/news of AWS from AWS.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Hopefully this will get you started with your studies on the exams. Again, please share if you have any other suggestions, tips or tricks!&lt;/p&gt;

</description>
      <category>aws</category>
      <category>cloudcomputing</category>
      <category>architecture</category>
      <category>certification</category>
    </item>
  </channel>
</rss>
