Ends in
00
days
00
hrs
00
mins
00
secs
ENROLL NOW

Get any AWS Specialty Mock Test for FREE when you Buy 2 AWS Pro-Level Practice Tests – as LOW as $10.49 USD each ONLY!

aws training

Home » aws training » Page 7

Different Ways of Passing Parameters Securely in CloudFormation

2023-04-27T12:27:15+00:00

Introduction When writing CloudFormation templates, it's a security best practice to avoid hardcoding sensitive info, like client secrets, API keys, or passwords. Sharing templates with hardcoded details by mistake can put your infrastructure and data at risk. In this article, we'll explore different secure methods to pass parameters in CloudFormation templates. Using the NoEcho Attribute To avoid hardcoding parameters in your template, you can define them during stack creation using the Parameters section. However, these values will still be visible in plaintext in the Console. To mask critical data, consider using the NoEcho attribute. The NoEcho attribute offers a simple [...]

Different Ways of Passing Parameters Securely in CloudFormation2023-04-27T12:27:15+00:00

What’s New in AWS Certified Security Specialty SCS-C02 Exam in 2023?

2023-05-24T06:46:01+00:00

After 5 years since its very first version was released, the AWS Certified Security Specialty exam will finally get its official update. The AWS Training and Certification team is releasing its new version, with an exam code of SCS-C02, on July 11, 2023. You can register for the new and updated SCS-C02 AWS Certified Security Specialty exam as early as June 13, 2023. Take note that the last day that you can take the soon-to-be decommissioned SCS-C01 exam is on July 10, 2023, so make sure that you verify your exam schedule. The New SCS-C02 Exam Domains The latest AWS [...]

What’s New in AWS Certified Security Specialty SCS-C02 Exam in 2023?2023-05-24T06:46:01+00:00

Different Types of AWS Certifications Explained in a Nutshell

2023-04-16T09:36:10+00:00

What is Amazon Web Services (AWS)? Amazon Web Services (AWS) is the most popular cloud service provider in the world, offering a wide range of cloud computing services to businesses and individuals. AWS certifications have become increasingly valuable as more and more companies move their workloads to the cloud. These certifications validate the skills and knowledge of individuals who work with AWS services, making them more employable and helping them advance in their careers. In this article, we will explore the various AWS certifications that cater to different skill levels and job roles, along with their respective prerequisites.   Foundational [...]

Different Types of AWS Certifications Explained in a Nutshell2023-04-16T09:36:10+00:00

Increase Your Chances of Passing Your AWS, Azure, and GCP Exam with these Review Strategies

2023-04-16T10:09:53+00:00

Have you ever considered obtaining a cloud certification but are unsure of the first steps or where to begin? Let me help you increase your chances of passing your AWS, Azure, and GCP exams with these review strategies. Embarking on a new journey can be daunting, especially when starting out. However, in this article, I will discuss how I started my path toward obtaining cloud certifications by sharing my studying and reviewing strategies. To begin, let me introduce myself. My name is Amiel, and I work as a Cloud and DevOps Engineer. I have been fortunate enough to earn six [...]

Increase Your Chances of Passing Your AWS, Azure, and GCP Exam with these Review Strategies2023-04-16T10:09:53+00:00

Default Host Management Configuration on AWS Systems Manager

2023-04-10T03:01:04+00:00

AWS Systems Manager’s Fleet Manager is a useful tool for managing Amazon EC2 instances on your account. It allows you to establish a private session to your instances, view detailed information about the instance, run automation such as patch installations, or execute specific Run commands to the instance’s operating system. It can also be used to manage on-premises servers or virtual machines. Using AWS Systems Manager tools requires that an IAM role is created and attached as an instance profile to your EC2 instances. It also requires that the Systems Manager Agent is installed on the instances. The Systems Manager [...]

Default Host Management Configuration on AWS Systems Manager2023-04-10T03:01:04+00:00

Customize Your Invite Links with Amazon S3 Website Redirect

2023-04-26T07:40:26+00:00

If you use Discord, Slack, or Telegram, you're probably familiar with those long and complicated invite links used to join servers or channels. These links can be difficult to remember and may even discourage some people from joining. With URL redirection, you can create a custom and easy-to-remember domain name for your invite links. For example, you might use a domain like "discord.mycoolsite.com" that redirects to the invitation page of your Discord server, which might look something like this: "discord.com/invite/aabbCCDD". Inviting people thru a custom domain can reinforce your brand and make it easier for others to share and join [...]

Customize Your Invite Links with Amazon S3 Website Redirect2023-04-26T07:40:26+00:00

AWS Shared Responsibility Model

2023-04-10T04:05:05+00:00

Cloud computing is changing the way businesses operate by providing scalable, pay-as-you-go infrastructure and services. The shared pool of configurable computing resources is made up of thousands of powerful physical servers located in data centers around the world and equipped with enterprise-grade processors capable of creating hundreds or even thousands of virtual machines for multiple customers. However, one of the primary concerns when migrating a private infrastructure to a public cloud service provider is how the customer will manage their resources and ensure the integrity of the system and data. In AWS, security and compliance are shared responsibilities between the [...]

AWS Shared Responsibility Model2023-04-10T04:05:05+00:00

AWS Cloud Development Kit (CDK)

2023-06-22T14:02:45+00:00

AWS Cloud Development Kit Cheat Sheet The AWS CDK is an open-source software development framework for defining cloud infrastructure in code and provisioning it through AWS CloudFormation. It provides a high-level object-oriented abstraction on top of AWS CloudFormation that allows you to use pre-built cloud components called constructs. It uses familiar programming languages such as TypeScript, JavaScript, Python, C#, .Net, Java, and Go and deploys everything as CloudFormation stacks.  Concepts: Stacks  a deployment of AWS resources defined in your CDK app. Each stack is a CloudFormation stack and can contain multiple AWS resources.  Constructs:  pre-built cloud components that can be [...]

AWS Cloud Development Kit (CDK)2023-06-22T14:02:45+00:00

Amazon Managed Streaming for Apache Kafka (Amazon MSK)

2024-07-16T06:38:12+00:00

Bookmarks Concepts Security Monitoring Pricing Amazon MSK Cheat Sheet A service that uses fully managed Apache Kafka to ingest and process streaming data in real-time. Concepts Configuration If you do not specify a custom MSK configuration, a default configuration will be assigned to a cluster. You can use the custom configuration to new or existing MSK clusters. MSK configurations allow you to specify the properties to be set as well as the values to be assigned to them. MSK Serverless A cluster type that enables you to run Apache Kafka without the need [...]

Amazon Managed Streaming for Apache Kafka (Amazon MSK)2024-07-16T06:38:12+00:00

AWS CloudHSM

2023-06-23T07:13:44+00:00

Bookmarks Use Case Concepts Monitoring Pricing AWS CloudHSM Cheat Sheet A computing device that enables you to provision and manage your own single-tenant HSMs for the generation and use of encryption keys. A hardware security module (HSM) performs cryptographic operations and provides secure storage for cryptographic keys. You can perform the following cryptographic tasks: Generate, store, import, export, and manage cryptographic keys. Use symmetric and asymmetric algorithms to encrypt and decrypt your data. Compute message digests and hash-based message authentication codes using cryptographic hash functions. Cryptographically sign data and verify signatures. You can [...]

AWS CloudHSM2023-06-23T07:13:44+00:00

AWS, Azure, and GCP Certifications are consistently among the top-paying IT certifications in the world, considering that most companies have now shifted to the cloud. Upskill and earn over $150,000 per year with an AWS, Azure, or GCP certification!

Follow us on LinkedIn, Facebook, or join our Slack study group. More importantly, answer as many practice exams as you can to help increase your chances of passing your certification exams on your first try!