Learn About Amazon web Service Lambda

Hello,in this blog we are learning about AWS Lambda.AWS Lambda is a part of amazon web service & using lambda function we can build,test & deploy the code.It is an open source cloud platform service.It helps to focus on core product and business logic instead of managing operating system (OS) access control, OS patching, right-sizing, …

How to Create & Configure SImple Notification Service(SNS) on Amazon Web Service(AWS).

Amazon SNS is a highly available, durable, secure, fully managed pub/sub messaging service.It enables  decouple microservices, distributed systems, and event-driven serverless applications. Amazon SNS topic owners can set topic policies that restrict who can publish and subscribe to a topic. Amazon SNS also ensures that data is encrypted in transit and at rest, and provides …

How to Create Web Application Firewall (WAF) on Amazon Web Service(AWS).

AWS WAF is a web application firewall service that lets you monitor web requests that are forwarded to an Amazon API Gateway API, an Amazon CloudFront distribution, or an Application Load Balancer. We can protect those resources based on conditions that you specify, such as the IP addresses that the requests originate from.AWS WAF gives …

Step By Step to Install & Configure OpenSSH Server & Client on windows server 2019 Base

Hello,In this blog we are discussing how to install & configure open-ssh server & how to connect open-ssh server from client server in window server 2019.OpenSSH is an open source secure shell.It provides a server daemon and client tools to facilitate secure,encrypted remote control.We can easily perform file transfer operations. There are some steps to …

Step By Step to install & configure windows admin center on window server 2019 base

Hello,In this blog we are discussing about windows admin center.Here we are installing & configuring windows admin center on window server 2019 base.Window admin center is a platform where we can connect and add the servers & it allows to manage,configure & troubleshoot the servers,windows Server workloads remotely from a web browser and one location. …