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

🎁 Get 20% Off - Christmas Big Sale on All Practice Exams, Video Courses, and eBooks!

AWS

Home » AWS » Page 17

New AWS Cloud Practitioner Video Course Release and AWS Video Courses Price Drop

2023-09-18T02:23:31+00:00

Beginners in cloud computing find it much simpler to learn various lectures or topics through video courses. It's undoubtedly among the best tools for learning that you can use in preparing for an AWS certification exam.  Our Video Courses, created by AWS Certified professionals, will certainly help you prepare to pass your AWS  certification exams.   New AWS Certified Cloud Practitioner CLF-C02 Video Course The first step in AWS Certification is the Foundational level Cloud Practitioner exam, which is consistently among the top-paying IT certifications. The AWS Certified Cloud Practitioner exam is intended for individuals who have the knowledge and [...]

New AWS Cloud Practitioner Video Course Release and AWS Video Courses Price Drop2023-09-18T02:23:31+00:00

How AWS IAM Handles Conflicting IAM Policies

2023-05-03T03:39:25+00:00

Overview When a user attempts an action in AWS, such as launching an EC2 instance or listing S3 buckets, AWS evaluates all involved IAM policies to determine whether to grant the request. Since IAM policies can be associated with various types of identities, the hierarchy of these identities influences the final permissions for a user. AWS IAM Policy Evaluation Flow Let’s break down the process of how AWS evaluates a request using the simplified version of the AWS flow chart below: 1. Default Deny AWS denies a request by default. For example, if your IAM user has no policies attached [...]

How AWS IAM Handles Conflicting IAM Policies2023-05-03T03:39:25+00:00

Understanding the IAM:PassRole Permission

2023-08-24T02:44:43+00:00

Introduction Many AWS services often require the use of an IAM role to execute actions on your behalf. For example, when you create a Lambda function, you assign an execution role to it. AWS can generate one for you automatically, and then you define the permissions you want it to have after. Most of the time, that's the case. However, there are instances when you might choose to associate an existing IAM role. In practice, we often concentrate on which permissions a user is allowed to perform and which are off-limits. But what's often overlooked are the IAM roles a [...]

Understanding the IAM:PassRole Permission2023-08-24T02:44:43+00:00

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

Automate Confluence Backup Using AWS Step Functions

2023-04-27T04:47:53+00:00

Introduction In this article, I'm gonna show you how you can create an automated Confluence backup in Atlassian using an AWS serverless solution. The motivation behind this article stems from a recent task I was working on a couple of weeks ago. My goal was to run a scheduled backup of Confluence data and export it to Amazon S3. Since Confluence backups are deleted 14 days after creation, it’s a good idea to have additional copies in a different location in case something goes wrong with your Confluence instance or if you need to restore data from a point in [...]

Automate Confluence Backup Using AWS Step Functions2023-04-27T04:47:53+00:00

How to Get AWS Digital Badges for Free

2023-04-27T04:14:21+00:00

Amazon Web Services (AWS) provides a variety of digital badges that allow individuals to exhibit their proficiency and knowledge in different AWS technologies. These digital badges act as a virtual symbol of their accomplishments, providing an effective means of showcasing their expertise to potential employers, colleagues, and peers. In this article, we will explore what AWS digital badges are and provide guidance on how to get them for free to get started. So what are AWS Digital Badges? AWS Digital badges are digital representations of AWS certifications, training accomplishments, and other achievements in AWS. These badges serve as proof of [...]

How to Get AWS Digital Badges for Free2023-04-27T04:14:21+00:00

AWS Community Day Philippines 2023

2024-02-06T03:00:02+00:00

AWS User Group Philippines is celebrating its 10-year anniversary by hosting the most awaited AWS Community Day Philippines 2023 event on the 29th and 30th of July. Join the learning and fun as the keynote speakers and industry leaders share their success stories, AWS use cases, swags, raffle prizes and many more AWSomeness! AWS Community Days are community-organized cloud education events that highlight technical discussions and demos by expert AWS users and industry leaders from around the globe. In our digitally-connected world today,  having a community-based learning approach remains the best venue for enthusiasts to connect, explore and collaborate through [...]

AWS Community Day Philippines 20232024-02-06T03:00:02+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

Introducing Amazon Bedrock – AWS response for OpenAI’s DALL·E 2, ChatGPT-4 and other Generative AI Rivals

2023-04-16T00:55:22+00:00

There's no denying that all major tech companies now are on their toes, trying to grab enough Artificial Intelligence (AI) market share which has been exponentially growing for the past several years. The race has been further highlighted when OpenAI released its game-changing ChatGPT service which spread like wildfire for both geeks and non-IT professionals alike.  Based on various reports, it is set to boom into a $90 billion industry by 2025 or even more. What is Amazon Bedrock? Amazon Bedrock is the latest machine learning platform that was released by Amazon Web Services(AWS) that enables users an easy way [...]

Introducing Amazon Bedrock – AWS response for OpenAI’s DALL·E 2, ChatGPT-4 and other Generative AI Rivals2023-04-16T00:55:22+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

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!