This blog post will look at using the Python boto3 library to manage EC2 instances.
Category: Topics
A collection of topics in cloud computing.
Creating an SSH key pair
Back to reset SSH public key Open a Windows Command Prompt (Search –> cmd — Command Prompt). Then, On Windows, in the event that you paste the above to the clipboard and, right-click on the command prompt, the command will be pasted in and you can simply press enter to…
Managing SSH Key Pairs
This post looks at why managing SSH Key Pairs is important and the different strategies that can be used.
Reset SSH public key
Back to the main page How to reset the SSH public key? Step 1: Generate a new SSH key pair using SSH-keygen Step 2: Connect to Azure account: The user should connect to his existing azure account using his valid credentials. Step 3: Selecting the Virtual machine button: After success…
Salesforce CRM: Software as a Service (SaaS)
About Salesforce Salesforce is a cloud based Software as Service (SaaS) provider which mainly provides Customer Relationship Management (CRM) services. Salesforce is mainly used by businesses to enhance their prospects, customer service and better connection with present and future customers and stakeholders. Salesforce was founded by Marc Benioff, Parker Harris,…
Insights on Azure Queues
Azure Queue Storage: What is Azure Queue Storage? Queue storage is a service that was created for the purpose of storing large number of messages. Azure Queues are simple but very powerful messaging service in Azure.It is also currently a sub service of storage with another, therefore if you been…
Accessing and Paying for Amazon S3 Services
Amazon provides its cloud services under the name of AWS (Amazon Web Services). Under this, there are multiple services that one can avail based on their requirement such as Elastic Cloud Computing (EC2), Relational Database Services (RDS), Simple Storage Service (S3), Simple Notification Services (SNS), etc… As the name suggests,…
Azure Sentinel
Today, I’ll be sharing some information on Azure Sentinel, one of Azure’s general cloud security services. What is Sentinel? Microsoft Sentinel or Azure Sentinel is a cloud-native solution which provides: Security information and event management (SIEM): SIEM is an approach to security management that combines SIM (security information management: This is an…
AWS Objects
Working with Objects An object is a file and any metadata that describes that file. To store an object into Amazon S3, we must first create a bucket and then put the object into the bucket. Once the object is stored in the bucket, we may access it, download it, or delete…
Overview of Amazon Kubernetes Service
What is a Container? Containers are basically lightweight standardized units that has the ability to package whole application code, libraries, configurations written in any programming language across various hardware architectures. They are very useful for running microservices based architecture as they are very agile and scalable and they can take…