Sai Sci Tech

    • About
    • Contact Us
  • List of Public SSM Parameters for Amazon Linux AMIs (ami-amazon-linux-latest)

    I have been frequently using Public SSM Parameters for EC2 Images recently in CloudFormation templates, so I decided to put the complete list of the Public SSM Parameters for Amazon Linux available here. This post specifically lists the Public SSM Parameters for Amazon Linux or for the /aws/service/ami-amazon-linux-latest/ path. Here is the Python3 code that I used…

    February 1, 2022
  • List of Public SSM Parameters for Windows AMI (ami-windows-latest)

    I have been frequently using Public SSM Parameters for EC2 Images for CloudFormation templates, so I decided to put the complete list of the Public SSM Parameters available here. This post specifically lists the Public SSM Parameters for Windows or for the /aws/service/ami-windows-latest/ service. Here is the Python3 code that I used that uses boto3…

    February 1, 2022
  • How to pin Snipping Tool to the Taskbar in Windows 11

    The Snipping Tool is one of my most used apps in Windows 10. When I changed to Windows 11, it still is the most used app that I have since I am into tech blogging. That is why it is very important for me to have the Snipping Tool to be easily accessible as an…

    November 17, 2021
  • How to remove the Taskbar Search icon in Windows 11

    When I switched to Windows 11, I noticed that the biggest adjustment that I had to make was the location and the icons in the Taskbar. During my exploration, I noticed the existence of the Search Icon in the Taskbar. I also noticed in the Start Menu there is a section that says Type here…

    November 17, 2021
  • What happens when you have too many EC2 Images / AMI?

    I have always been wary of EC2 Images and EBS Snapshots since they are cheap and are usually the last place where people would look to lower their AWS bill.

    July 19, 2021
  • Direct Connect and VLANs

    We were troubleshooting a network configuration on using AWS Direct Connect and as it turns out that the VLAN can be different coming from the Customer Gateway to the Customer POP Router and Customer POP Router to Public/Private Virtual Interface (VIF).

    June 30, 2021
  • How to get the price of AWS Load Balancers using Boto3 and Python

    Below is a Python Script that gets the price of AWS Elastic Load Balancers (ELB). This can retrieve prices for Classic, Application, Network and Gateway Load Balancers. It can also get the price of load balancers in AWS Outposts. See the different examples of how to use this Python code below. Output

    May 15, 2021
  • Hosted Public VIFs and LOA for Public IP and ASN

    Let’s say there are 2 companies. Each company has an AWS Account of their. Company A account owns the Direct Connect connection. They then created a Hosted Public Virtual Interface (VIF) to Company B account. Company B account will then accept the Hosted Public VIF from Company A account. Company B owns the public IP…

    May 10, 2021
  • Public Virtual Interface (VIF) only advertising the AWS Prefixes on the same region

    We have a Direct Connect (DX) connection in Mumbai Region and we need to access an S3 bucket or an EC2 Instance with Elastic IP in N. Virginia region. For this we will need to use Public Virtual Interface (VIF). When we setup the Public VIF and configured the router in the Corporate Data Center,…

    May 10, 2021
  • How to get the On-Demand price of EC2 Instances using Python and Boto3

    The Python code below gets the on-demand price (in USD) of the EC2 instance type t2.micro in the Asia Pacific (Mumbai) region with Linux operating system. Note: There are more examples below where we get the hourly price of different on-demand EC2 Instances like other operating system or EC2 Instances that are running on Dedicated…

    May 9, 2021
←Previous Page
1 2 3 4 5 6 … 24
Next Page→

Sai Sci Tech

Proudly powered by WordPress