LYLavanya Yellainlavsroys.hashnode.dev·Nov 7, 2023 · 12 min readDay 7: AWS-Assignment1. What is RDS. What are the database engine options available in RDS? Amazon RDS, or Amazon Relational Database Service, is a managed relational database service provided by Amazon Web Services (AWS). It simplifies the process of setting up, o...00
LYLavanya Yellainlavsroys.hashnode.dev·Nov 7, 2023 · 13 min readDay 8: AWS-assignmentWhat is CloudTrail in AWS. Why is it used? Ans: AWS CloudTrail is a service provided by Amazon Web Services (AWS) that enables governance, compliance, operational auditing, and risk auditing of your AWS account. CloudTrail records API calls and rel...00
LYLavanya Yellainlavsroys.hashnode.dev·Nov 7, 2023 · 2 min readpython day 3: assignmentAim: Learn about conditional statements and loops in Python. Write a program that checks if a given number is positive, negative, or zero. Create a loop that prints the first 10 even numbers. Implement a program that finds the largest number i...00
LYLavanya Yellainlavsroys.hashnode.dev·Nov 7, 2023 · 1 min readPython day 2 : assignmentCreate variables for storing a person's name, age, and average test score. Concatenate two strings and print the result. Create a list of fruits and access elements using indexing. Given a list of numbers, find the sum and average. Create...00
LYLavanya Yellainlavsroys.hashnode.dev·Nov 6, 2023 · 1 min readpython Day 1 : AssignmentWrite a Python program to print "Hello, World!" Calculate the sum of two numbers entered by the user. Convert temperature from Celsius to Fahrenheit. Write a Python program to calculate the area of a rectangle given its length and width. ...00