What is cloud security in AWS?
AWS helps you to improve your ability to meet core security and compliance requirements, such as data locality, protection, and confidentiality with our comprehensive services and features. AWS allows you to automate manual security tasks so you can shift your focus to scaling and innovating your business. An important aspect of cloud security policy is data protection; the key threats are that of data unavailability and data loss and release of sensitive information. The security policy needs to also consider the malicious behavior by individuals working within the organization.
What is AWS Inspector?
Amazon Inspector is an automated vulnerability management service that continually scans AWS workloads for software vulnerabilities and unintended network exposure.
What is SnowBall?
SnowBall is a small application that enables you to transfer terabytes of data inside and outside of the AWS environment.
It is a block of code that performs a specific task.
Name at least 3 initiator agents in Valorant. (Name all 5 for double points)
Sova, Breach, Fade, Skye and KAY/0
What are the important security precautions before migration to AWS Cloud? (Name 3)
______ is a threat detection service that continuously monitors your AWS accounts and workloads for malicious activity and delivers detailed security findings for visibility and remediation.
Amazon GuardDuty
What is CloudWatch?
CloudWatch helps you to monitor AWS environments like EC2, RDS Instances, and CPU utilization. It also triggers alarms depending on various metrics.
What are the 2 types of functions in Python?
There are two types of function in Python programming:
Where is Raze from (just the country's name)?
Brazil.
What are the infrastructure security products on AWS?
AWS facilitates different security capabilities and services for increasing privacy and control over network access. You can find connectivity options for enabling private or dedicated connection from on-premises or office environment. Infrastructure security also involves encryption of all traffic on AWS global and regional networks among AWS secured facilities.
______ is a managed DDoS protection service that safeguards applications running on AWS.
AWS Shield
What are the Storage Classes available in Amazon S3? (Name all 4)
**************DAILY DOUBLE*****************
Storage Classes available with Amazon S3 are:
What is a Python Function Argument?
An argument is a value that is accepted by a function.
Whose bankai in Bleach is called Kamishini no Yari (God-Killing Spear)?
Gin Ichimaru.
What services can be used to create a centralized logging solution?
The essential services that you can use are Amazon CloudWatch Logs, store them in Amazon S3, and then use Amazon Elastic Search to visualize them. You can use Amazon Kinesis Firehose to move the data from Amazon S3 to Amazon ElasticSearch.
What is Amazon Route 53?
It is a highly available and scalable Domain Name System (DNS) web service. Route 53 connects user requests to internet applications running on AWS or on-premises.
How many Subnets can you have per VPC?
200.
What function is prints the string inside the quotation marks? (Give me the proper syntax, spelling and symbols used)
print()
How many DC Superman movies are there? How many total Superman movies are there?
3 and 8.
Explain how the buffer is used in Amazon web services?
The buffer is used to make the system more robust to manage traffic or load by synchronizing different component. Usually, components receive and process the requests in an unbalanced way. With the help of buffer, the components will be balanced and will work at the same speed to provide faster services.
What is the difference between AWS WAF and Amazon Shield?
AWS WAF focuses on Layer 7 protection, while Shield protects against DDoS attacks. Firewall Manager manages the protection. Learn their key features, pricing and use cases. Application owners must ensure a secure exchange of information.
List different types of Cloud Services. (Name all 4)
Different types of Cloud Services are:
What would this function return as an output?
import math
# sqrt computes the square root
square_root = math.sqrt(4)
print("Square Root of 4 is",square_root)
# pow() comptes the power
power = pow(2, 3)
print("2 to the power 3 is",power)
Square Root of 4 is 2.0
2 to the power 3 is 8
>
How many total episodes are in both Naruto and Naruto Shippuden?
The original series has 220 episodes while Shippuden has 500, for a total of 720.