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

Practice Test + eBook Bundle Sale - Buy our Practice Test and get the supplementary eBook at 50% OFF

AWS

Home » AWS » Page 11

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

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

How to Land a Job in Cloud Computing from Non-Tech Role

2023-04-26T07:24:53+00:00

If you're interested in pursuing a career in cloud computing but lack a technical background, don't fret. Simply put, cloud computing involves the delivery of computing services over the internet, such as storage, processing power, and applications. In this article, we'll delve into some essential aspects of cloud computing that you should be aware of to improve your chances of landing a cloud-related job, even without prior technical experience. 3 Things You Need To Have To Land a Job in Cloud Computing 1. IT Fundamentals Cloud computing can be overwhelming for non-technical people, which is why you should first establish [...]

How to Land a Job in Cloud Computing from Non-Tech Role2023-04-26T07:24:53+00:00

How Can I Learn AWS for FREE this 2023 (Beginner’s Guide)

2023-04-11T12:18:33+00:00

For those interested in cloud computing or seeking to upgrade their skills, gaining knowledge of AWS can be a highly beneficial asset. Since AWS is currently the leading cloud service provider, there are numerous resources available, such as free online courses and documentation, which make starting with AWS both an uncomplicated and approachable process. If your goal is to become an AWS certified and you don’t have any experience yet, then read about AWS Certified Cloud Practitioner here. Here are 5 free AWS resources that you can leverage to kickstart your career in cloud computing: 1. AWS Ramp-Up Guides Before [...]

How Can I Learn AWS for FREE this 2023 (Beginner’s Guide)2023-04-11T12:18:33+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

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. 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!