Learning AWS
Podcast

Learning AWS

18
55

The cloud computing market is currently worth over $250 billion (Gartner) and cloud skills are in high demand. The goal of this podcast is to help people build their technical knowledge on AWS, Google Cloud and Microsoft Azure. Episodes will cover fundamental topics in this area such as compute, storage, networking, observability etc.

The cloud computing market is currently worth over $250 billion (Gartner) and cloud skills are in high demand. The goal of this podcast is to help people build their technical knowledge on AWS, Google Cloud and Microsoft Azure. Episodes will cover fundamental topics in this area such as compute, storage, networking, observability etc.

18
55

Amazon Cognito

Episode in Learning AWS
Amazon Cognito lets you add user sign-up, sign-in, and access control to your web and mobile apps quickly and easily. Amazon Cognito scales to millions of users and supports sign-in with social identity providers, such as Apple, Facebook, Google, and Amazon, and enterprise identity providers via SAML 2.0 and OpenID Connect. Twitter feedback: https://twitter.com/schoolofcloud
Internet and technology 5 years
0
0
28
20:21

DynamoDB

Episode in Learning AWS
Amazon DynamoDB is a fully managed proprietary NoSQL database service that supports key-value and document data structures and is offered by Amazon.com as part of the Amazon Web Services portfolio Twitter feedback: https://twitter.com/schoolofcloud
Internet and technology 5 years
0
0
17
01:07:20

Infrastructure as code (IaC) - Terraform, Cloudformation & CDK

Episode in Learning AWS
In this episode we look at Infrastructure as code, which is the process of managing and provisioning cloud resources through machine-readable definition files.  This episode is sponsored by Fastly, check out their awesome Edge Cloud Platform at https://www.fastly.com/edge-cloud-platform/ Twitter feedback: @schoolofcloud
Internet and technology 5 years
0
0
20
52:57

Announcement - New AWS Bootcamp!

Episode in Learning AWS
More info here  https://school-of-cloud.com/
Internet and technology 5 years
0
0
8
03:16

DNS & AWS Route 53

Episode in Learning AWS
This episode is sponsored by Cloud Academy - get 50% off their monthly price by using the unique code "LEARNAWS" during checkout at https://cloudacademy.com Twitter feedback @original_hom Amazon Route 53 is a highly available and scalable cloud Domain Name System (DNS) web service. It is designed to give developers and businesses an extremely reliable and cost effective way to route end users to Internet applications by translating names like www.example.com into the numeric IP addresses like 192.0.2.1 that computers use to connect to each other. Amazon Route 53 is fully compliant with IPv6 as well.
Internet and technology 5 years
0
0
21
31:36

Serverless Cloud Run

Episode in Learning AWS
Cloud Run lets you develop and deploy highly scalable containerized applications on a fully managed serverless platform. Github repo: https://github.com/hom-bahrani/terraform-gcp-cloudrun-actions Twitter feedback: https://twitter.com/original_hom
Internet and technology 5 years
0
0
8
35:31

Google Kubernetes Engine (GKE)

Episode in Learning AWS
Kubernetes is an open-source container-orchestration system for automating computer application deployment, scaling, and management. It was originally designed by Google and is now maintained by the Cloud Native Computing Foundation. In this episode we'll go through some Kubernetes foundations before discussing Kubernetes Engine, Google's managed Kubernetes service in the Cloud. YouTube version: https://youtu.be/YIuj0EicOiE Github repo: https://github.com/School-of-Cloud/gke-podcast-resources Twitter: https://twitter.com/original_hom
Internet and technology 5 years
0
0
14
01:32:02

AWS CloudWatch vs Google Cloud Logging

Episode in Learning AWS
This episode is sponsored by Cloud Academy - get 50% off their monthly price by using the unique code "LEARNAWS" during checkout at https://cloudacademy.com Twitter feedback @original_hom
Internet and technology 5 years
0
0
11
40:38

Kubernetes - EKS, ECS and Fargate

Episode in Learning AWS
This episode is sponsored by Cloud Academy - get 50% off their monthly price by using the unique code "LEARNAWS" during checkout at https://cloudacademy.com The Github repo I referred to in the podcast can be found here https://github.com/hom-bahrani/aws-eks-fargate-kubernetes Twitter feedback @original_hom
Internet and technology 5 years
0
0
16
01:09:49

Well-Architected Framework

Episode in Learning AWS
AWS Well-Architected helps you build secure, high-performing, resilient, and efficient infrastructure. Its Based on five pillars — operational excellence, security, reliability, performance efficiency, and cost optimization. Reach out to me on twitter for feedback 
Internet and technology 5 years
0
0
15
01:38:58

Databases - RDS, Aurora and DynamoDB

Episode in Learning AWS
This episode is all about databases. We'll be discussing RDS which makes it easy to set up, operate, and scale a relational database in the cloud. Amazon Aurora, a MySQL and PostgreSQL-compatible relational database that combines the performance and availability of traditional enterprise databases with the simplicity and cost-effectiveness of open source databases, and DynamoDB is a key-value and document database. Twitter: https://twitter.com/original_hom
Internet and technology 5 years
0
0
28
01:26:54

SQS, SNS and Kinesis

Episode in Learning AWS
This episode is all about application integration, which on AWS is a suite of services that enable communication between decoupled components within microservices, distributed systems, and serverless applications. Products in this category include SQS, SNS and Kinesis which I will discuss in this episode - for more info check out the AWS documentation here https://aws.amazon.com/products/application-integration
Internet and technology 5 years
0
0
24
31:42

Virtual Private Cloud (VPC)

Episode in Learning AWS
Amazon Virtual Private Cloud (Amazon VPC) lets you provision a logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define. You have complete control over your virtual networking environment, including selection of your own IP address range, creation of subnets, and configuration of route tables and network gateways. You can use both IPv4 and IPv6 in your VPC for secure and easy access to resources and applications.
Internet and technology 6 years
0
0
18
01:28:29

Lambda, API Gateway and Monitoring

Episode in Learning AWS
AWS Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume. With Lambda, you can run code for virtually any type of application or backend service - all with zero administration. Just upload your code and Lambda takes care of everything required to run and scale your code with high availability. You can set up your code to automatically trigger from other AWS services or call it directly from any web or mobile app. API Gateway is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale. APIs act as the "front door" for applications to access data, business logic, or functionality from your backend services. Using API Gateway, you can create RESTful APIs and WebSocket APIs that enable real-time two-way communication applications. API Gateway supports containerized and serverless workloads, as well as web applications. API Gateway handles all the tasks involved in accepting and processing up to hundreds of thousands of concurrent API calls, including traffic management, CORS support, authorization and access control, throttling, monitoring, and API version management. API Gateway has no minimum fees or startup costs. You pay for the API calls you receive and the amount of data transferred out and, with the API Gateway tiered pricing model, you can reduce your cost as your API usage scales. CloudWatch is a monitoring and observability service built for DevOps engineers, developers, site reliability engineers (SREs), and IT managers. CloudWatch provides you with data and actionable insights to monitor your applications, respond to system-wide performance changes, optimize resource utilization, and get a unified view of operational health. CloudWatch collects monitoring and operational data in the form of logs, metrics, and events, providing you with a unified view of AWS resources, applications, and services that run on AWS and on-premises servers. You can use CloudWatch to detect anomalous behavior in your environments, set alarms, visualize logs and metrics side by side, take automated actions, troubleshoot issues, and discover insights to keep your applications running smoothly. X-Ray helps developers analyze and debug production, distributed applications, such as those built using a microservices architecture. With X-Ray, you can understand how your application and its underlying services are performing to identify and troubleshoot the root cause of performance issues and errors. X-Ray provides an end-to-end view of requests as they travel through your application, and shows a map of your application’s underlying components. You can use X-Ray to analyze both applications in development and in production, from simple three-tier applications to complex microservices applications consisting of thousands of services.
Internet and technology 6 years
0
0
15
41:29

Lambda, API Gateway and Monitoring

Episode in Learning AWS
AWS Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume. With Lambda, you can run code for virtually any type of application or backend service - all with zero administration. Just upload your code and Lambda takes care of everything required to run and scale your code with high availability. You can set up your code to automatically trigger from other AWS services or call it directly from any web or mobile app. API Gateway is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale. APIs act as the "front door" for applications to access data, business logic, or functionality from your backend services. Using API Gateway, you can create RESTful APIs and WebSocket APIs that enable real-time two-way communication applications. API Gateway supports containerized and serverless workloads, as well as web applications. API Gateway handles all the tasks involved in accepting and processing up to hundreds of thousands of concurrent API calls, including traffic management, CORS support, authorization and access control, throttling, monitoring, and API version management. API Gateway has no minimum fees or startup costs. You pay for the API calls you receive and the amount of data transferred out and, with the API Gateway tiered pricing model, you can reduce your cost as your API usage scales. CloudWatch is a monitoring and observability service built for DevOps engineers, developers, site reliability engineers (SREs), and IT managers. CloudWatch provides you with data and actionable insights to monitor your applications, respond to system-wide performance changes, optimize resource utilization, and get a unified view of operational health. CloudWatch collects monitoring and operational data in the form of logs, metrics, and events, providing you with a unified view of AWS resources, applications, and services that run on AWS and on-premises servers. You can use CloudWatch to detect anomalous behavior in your environments, set alarms, visualize logs and metrics side by side, take automated actions, troubleshoot issues, and discover insights to keep your applications running smoothly. X-Ray helps developers analyze and debug production, distributed applications, such as those built using a microservices architecture. With X-Ray, you can understand how your application and its underlying services are performing to identify and troubleshoot the root cause of performance issues and errors. X-Ray provides an end-to-end view of requests as they travel through your application, and shows a map of your application’s underlying components. You can use X-Ray to analyze both applications in development and in production, from simple three-tier applications to complex microservices applications consisting of thousands of services.
Internet and technology 6 years
0
0
6
41:29

Lambda, API Gateway and Monitoring

Episode in Learning AWS
Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume.  API Gateway is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale.  CloudWatch is a monitoring and observability service built for DevOps engineers, developers, site reliability engineers (SREs), and IT managers. CloudWatch provides you with data and actionable insights to monitor your applications, respond to system-wide performance changes, optimize resource utilization, and get a unified view of operational health. CloudWatch collects monitoring and operational data in the form of logs, metrics, and events, providing you with a unified view of AWS resources, applications, and services that run on AWS and on-premises servers. You can use CloudWatch to detect anomalous behavior in your environments, set alarms, visualize logs and metrics side by side, take automated actions, troubleshoot issues, and discover insights to keep your applications running smoothly. X-Ray helps developers analyze and debug production, distributed applications, such as those built using a microservices architecture. With X-Ray, you can understand how your application and its underlying services are performing to identify and troubleshoot the root cause of performance issues and errors. X-Ray provides an end-to-end view of requests as they travel through your application, and shows a map of your application’s underlying components. You can use X-Ray to analyze both applications in development and in production, from simple three-tier applications to complex microservices applications consisting of thousands of services.
Internet and technology 6 years
0
0
26
46:01

Elastic Compute Cloud (EC2)

Episode in Learning AWS
Amazon Elastic Compute Cloud (EC2) forms a central part of Amazon.com's cloud-computing platform, Amazon Web Services (AWS), by allowing users to rent virtual computers on which to run their own computer applications. EC2 encourages scalable deployment of applications by providing a web service through which a user can boot an Amazon Machine Image (AMI) to configure a virtual machine, which Amazon calls an "instance", containing any software desired. A user can create, launch, and terminate server-instances as needed, paying by the second for active servers – hence the term "elastic". EC2 provides users with control over the geographical location of instances that allows for latency optimisation and high levels of redundancy.
Internet and technology 6 years
0
0
24
48:22

Identity and Access Management (IAM)

Episode in Learning AWS
AWS Identity and Access Management (IAM) enables you to manage access to AWS services and resources securely. Using IAM, you can create and manage AWS users and groups, and use permissions to allow and deny their access to AWS resources.
Internet and technology 6 years
1
0
43
30:05
You may also like View more
Carne de Bit El podcast sobre la vida virtual. Este podcast pretende ser un lugar en el que reflexionar sobre la creciente dimensión de nuestra vida virtual. Para nadie es un secreto que cada vez estamos más pendientes de las pantallas. La cantidad de tiempo y energía que empleamos en entornos digitales no deja de crecer y de forma acelerada en los últimos años. Nuestra cultura y forma de entender el mundo y la vida está muy condicionada por cómo usamos los entornos virtuales en todas las facetas de nuestra vida, laboral, educativa, de ocio, emocional, burocrática, etc. Esa vida que crece más en su componente simbólico, virtual, digital, en red, nos aporta muchas cosas buenas, pero a la vez otros problemas. En estos momentos convivimos generaciones que apenas usan estos entornos, que han pasado a usarlos por obligación, los que las han adoptado con entusiasmo y las que no conocen otra forma de estar en el mundo. Entre todas ellas surgen brechas, incomprensiones y formas diferentes de vivir la vida. Lo simbólico, lo virtual, ha guiado nuestros pasos desde que la humanidad adopta ese nombre, pero el crecimiento de esta faceta de recrear mundos inmateriales se ha elevado de forma exponencial con la creación de la informática y su expansión con las telecomunicaciones. Aquí, hablaremos de todo ello con expertos en diferentes facetas y actividades en la que lo digital ha transformado la esencia de las actividades. Intentaremos comprender mejor lo que sucede y hacia dónde vamos. Updated
Mantenimiento 4.0 Disfruta de podcast breves pero con alto valor junto a expert@s en tecnología y mantenimiento de España y Latinoamérica. El futuro del mantenimiento (es ahora). #M5.0 #Tecnología #Mantenimiento #FacilityManagement #Tendencias #IoT Updated
Azure Security Podcast - Spanish Podcast mensual dedicado a temas relacionados con la Seguridad, Cumplimiento e Identitdad en Microsoft Azure, presentado por expertos de ciberseguridad de Microsoft David Sanchez Rodriguez, Gladys Rodriguez, Javier Soriano y Marcelo di Iorio. Presentaremos contenido tecnico como las ultimas novedades de ciberseguridad en Azure, casos de uso, mejores practicas y experiencia en proyectos reales https://azsecuritypodcast.net/es Updated
Go to Internet and technology