This blog post will look at using the Python boto3 library to manage EC2 instances.
Set Up an Ubuntu PC for Azure Function Development Using Python and VS Code
This brief post provides a setup checklist for configuring an Ubuntu 20.04 PC for developing Azure Functions using Python and VS Code. It assumes that you have installed all the software needed for Hands-on Projects 1 and 2. Prepare APT Repository to Install Azure Functions Core Tools Install Azure Functions…
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…
AWS EC2 Scheduled Events
step-by-step instructions for how to set up. Amazon Elastic Compute CloudAmazon Elastic Compute Cloud (EC2) is a part of Amazon.com’s cloud-computing platform, Amazon Web Services (AWS), that allows users to rent virtual computers on which to run their own computer applications. EC2 promotes scalable application deployment by offering a web…
AWS Detectives and GuardDuty (not a typo!)
Hey there! Welcome to the blog! Contents Insight on AWS Detective What is Amazon GuardDuty? Amazon GuardDuty Key Features of GuardDuty Usage Costing for Amazon GuardDuty Amazon Detection Scenario Walk Through Insight on AWS Detective AWS features a specialized security feature called as AWS Detective. It is a security feature…
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…
Aws SageMaker
Data scientists and developers can rapidly and easily construct, train, and deploy machine learning models at any scale using Amazon SageMaker, a fully managed service. You can develop, train, and deploy your machine learning models using modules that are included in Amazon SageMaker that can be used jointly or separately.Build:By…
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…