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

Home » AWS » Page 27

Amazon Transcribe

2024-11-14T06:02:04+00:00

Amazon Transcribe Cheat Sheet A fully managed automatic speech recognition (ASR) service. Converts speech into text. It supports a wide variety of audio coding formats such as WAV, MP3, MP4, FLAC, AMR, AMR-WB, Ogg, and WebM. It can process batch and streaming transcriptions. Common Use Cases Transcribing customer calls Meeting transcription Closed captioning Generating metadata to create a searchable archive Concepts A confidence score is between 0 and 100, indicating the probability that a given prediction is correct. Low-fidelity (lo-fi) is a term used to describe audio recordings that exhibit poor sound quality. The term high-fidelity refers to high-quality audio [...]

Amazon Transcribe2024-11-14T06:02:04+00:00

Amazon Translate

2024-11-14T06:10:34+00:00

Amazon Translate Cheat Sheet A Neural Machine Translation service that provides fluent translation with higher accuracy than traditional statistical and rule-based translation models. Powered by deep learning models that deliver fast, accurate, and affordable translation between supported languages. Supports batch translation, real-time, and on-demand translations. Common Use Cases Language localization Translating content for text analytics Cross-lingual communication Concepts Amazon Translate uses a Translation Model that consists of two (2) components: Encoder Read a source text one word at a time. Creates a semantic representation of each word. Decoder Uses the constructed semantic representation of the encoded text and translates it [...]

Amazon Translate2024-11-14T06:10:34+00:00

NEW EXAM VERSION – AWS Certified SysOps Administrator Associate SOA-C02 vs SOA-CO1

2023-05-27T08:21:59+00:00

AWS previously announced a new update on the AWS Certified SysOps Administrator - Associate exam. This certification exam is designed for individuals who have at least a year of hands-on experience with networking, management, deployment, and security on the Amazon Web Services (AWS) platform. The sample exam questions can be found in this link. The beta version of the AWS Certified SysOps Administrator - Associate (SOA-C02) exam was made available from February 16 to March 26, 2021. The current version SOA-C01 will continue to be available throughout the beta phase of the new exam and until the new SOA-C02 version has been officially released. [...]

NEW EXAM VERSION – AWS Certified SysOps Administrator Associate SOA-C02 vs SOA-CO12023-05-27T08:21:59+00:00

Logging Using awslogs Log Driver in Amazon ECS

2023-05-02T05:18:52+00:00

Monitoring and logging can be as important as developing and deploying applications. Imagine managing an enterprise-level distributed application that runs on hundreds of containers. You must place your containers cleverly on instances to achieve a certain level of resilience and performance. On top of that, you would want to have visibility into CPU and memory usage so you’ll have an idea which task/tasks are resource-hungry at a given time. You may also want to check the disk space of your instance and see if you still have enough storage for your application. Fortunately, monitoring distributed applications hosted in AWS has [...]

Logging Using awslogs Log Driver in Amazon ECS2023-05-02T05:18:52+00:00

AWS Savings Plan

2023-05-02T05:22:55+00:00

AWS Savings Plan Cheat Sheet Savings Plan is a flexible pricing model that helps you save up cost on Amazon EC2, AWS Fargate, and AWS Lambda usage. You can purchase Savings Plans from any account, payer or linked.  By default, the benefit provided by Savings Plans is applicable to usage across all accounts within an AWS Organization/consolidated billing family. You can also choose to restrict the benefit of Savings Plans to only the account that purchased them. Similar to Reserved Instances, you have All Upfront, Partial upfront, or No upfront payment options. Plan Types Compute Savings Plans - provide the [...]

AWS Savings Plan2023-05-02T05:22:55+00:00

NEWS: AWS re:Invent 2020 will be Hosted Online and Registration is FREE!

2023-05-27T08:24:24+00:00

NEWS: AWS re:Invent 2020 will be Hosted Online and Registration is FREE! AWS re:Invent is a conference organized by Amazon Web Services for the cloud computing community. Since 2012, the conference has always been held in Las Vegas, but this time it’s going to be different. This 3-week conference will now be hosted online, and take note that this event is FREE for everyone. To join AWS re:Invent 2020 on November 30 - December 18, you can register here. Why should you attend? This virtual conference is the world’s premier cloud learning event. You can find different peers who leverage [...]

NEWS: AWS re:Invent 2020 will be Hosted Online and Registration is FREE!2023-05-27T08:24:24+00:00

AWS Glue

2024-11-14T07:21:38+00:00

Bookmarks Use Cases Concepts Populating the AWS Glue Data Catalog Authoring Jobs Glue DataBrew Monitoring Security Pricing Validate Your Knowledge AWS Glue Cheat Sheet A fully managed service to extract, transform, and load (ETL) your data for analytics. Discover and search across different AWS data sets without moving your data. AWS Glue consists of: Central metadata repository ETL engine Flexible scheduler Use Cases Run queries against an Amazon S3 data lake You can use AWS Glue to make your data available for analytics without moving your data. Analyze [...]

AWS Glue2024-11-14T07:21:38+00:00

Managing Amazon GuardDuty Security Findings Across Multiple Accounts

2023-05-02T05:23:52+00:00

In our previous article, we discussed how GuardDuty can help organizations monitor their workloads and  AWS accounts from malicious activities and how to monitor findings with Amazon CloudWatch Events. Imagine that your organization has multiple AWS accounts for different workloads, teams, and projects. With every account, you need to monitor GuardDuty findings individually. It will be quite difficult for your security team to monitor these findings with their constant switching between AWS accounts.  Amazon GuardDuty supports the consolidation of these findings to one AWS account. For example, your organization has 10 AWS accounts. All you have to do is to [...]

Managing Amazon GuardDuty Security Findings Across Multiple Accounts2023-05-02T05:23:52+00:00

Monitoring GuardDuty Findings with Amazon CloudWatch Events

2023-05-27T08:47:29+00:00

Large scale cyber attacks are now becoming normal in this age of interconnectivity. As we rely more and more on cloud technologies, companies are looking to tap into digital innovations to improve their businesses. Cyber attacks are costing companies millions of dollars of downtime not to mention the possibility of lawsuits whenever an attack occurs. It is imperative that security teams have the means to prevent, detect, and take actions to ensure that the security of their workloads in AWS are airtight. Amazon GuardDuty was released during the 2017 re:Invent conference. Amazon GuardDuty is an agentless threat detection service that [...]

Monitoring GuardDuty Findings with Amazon CloudWatch Events2023-05-27T08:47:29+00:00

Aurora Serverless Tutorial Part 2

2023-05-27T08:37:50+00:00

In the first part of this tutorial, we gave a walkthrough on Aurora Serverless and its use case. You can read the article here. For this tutorial, we will do some hands-on training and create an Aurora Serverless database. Creating an Aurora Serverless Database: 1. Open the AWS console and go to RDS. Click the button “Create database”. 2. Choose Amazon Aurora. You can either choose MySQL or PostgreSQL compatibility. In this tutorial, we will use MySQL compatibility. As of this writing, there are two versions of MySQL that Aurora serverless supports. Under the Database Features, select serverless. 3. Under [...]

Aurora Serverless Tutorial Part 22023-05-27T08:37:50+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!