AAAdhithiyan Azhaguduraiinadhithiyan.com·Sep 21, 2024 · 1 min readSnowflake - AutoIncrement ColumnAutoincrement, as the name suggest, is used to increment the value of a column automatically when a new row is inserted into the table. Usually, it is used for the primary key column of the table. The column should be of numberic data type. In Snowfl...00
AAAdhithiyan Azhaguduraiinadhithiyan.com·May 28, 2024 · 4 min readPDF Document--work in progress-- A PDF Document is a series of 8-bit bytes that can be grouped into tokens. The PDF character set is divided into three classes. white-space : PDF treats any sequence of white-space characters as one character. It is mainly used t...00
AAAdhithiyan Azhaguduraiinadhithiyan.com·Jun 26, 2023 · 2 min readExecuting shell script in EC2 using AWS Systems ManagerIn this article, we will see how to execute a shell script in EC2 using AWS Systems Manager (SSM) and capture the logs in AWS CloudWatch. AWS SSM cannot perform any actions on EC2 instances by default. For an EC2 Instance to be managed by SSM, The I...00
AAAdhithiyan Azhaguduraiinadhithiyan.com·Jun 26, 2023 · 2 min readAWS VPC - An IntroVPC - Virtual Private Cloud. AWS VPC lets us create a logically isolated network within which we can deploy AWS Resources. By default, we can have 5 VPCs in an AWS Region. A VPC is available in each region by default. Subnets - Refers to a range of I...00
AAAdhithiyan Azhaguduraiinadhithiyan.com·Jun 9, 2023 · 2 min readOverview of YAMLYAML stands for Yet Another Markup Language or YAML ain't Markup Language. All valid JSON files are valid YAML files. YAML consists of two data blocks. Sequence, which is similar to a Python list. It begins with a dash("-") and a space. - orange -...00