AWS Series – Applications, Mobile and Virtual Desktop

Applications AWS Step Functions AWS Step Functions provides serverless orchestration for modern applications. Orchestration centrally manages a workflow by breaking it into multiple steps, adding flow logic, and tracking the inputs and outputs between the steps. As your applications execute, Step Functions maintains application state, tracking exactly which workflow step your application is in, and …

AWS Series – Applications, Mobile and Virtual Desktop Read More »

AWS Series – Storage

Introduction Today we will see AWS most used storage services ! Amazon Simple Storage Service S3 The oldest AWS service and the most used ! Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance. This means customers of all sizes and industries can use …

AWS Series – Storage Read More »

Kubernetes Series : My K8S Cheatsheet

Troubleshooting See my previous article : here. POD and Container Introspection List the current pods kubectl get pods Describe pod kubectl describe pod <name> Delete pod kubectl delete pod <name> Watch nodes continuously kubectl get nodes -w Cluster Introspection Get cluster information kubectl cluster-info Get the configuration kubectl config view Get information on a node kubectl …

Kubernetes Series : My K8S Cheatsheet Read More »

AWS Series – Content Delivery & Analytics

Analytics Amazon Kinesis Amazon Kinesis Data Streams is a fully managed, cloud-based service for real-time data processing over large, distributed data streams. Amazon Kinesis Data Streams can continuously capture and store terabytes of data per hour from hundreds of thousands of sources such as website clickstreams, financial transactions, social media feeds, IT logs, and location-tracking …

AWS Series – Content Delivery & Analytics Read More »