Cloud - Insurance Software development

Amazon Web Services Simple Notification Service (AWS SNS)

Author - Webner
|
5:00 am
|
0 Comments
| |

Amazon Web Services Simple Notification Service (AWS SNS) is a web-based service that automates the process of sending notifications to the subscribers attached to it. It provides this service to both application-to-person and application-to-application. SNS uses the publishers/subscribers paradigm for the push and delivery of messages. The data loss is restricted by storing the data across multiple availability zones. It is cost-efficient and provides a low-cost infrastructure to users. SNS sends the notifications through SMS or email to an Amazon Simple Queue Service (SQS), AWS Lambda functions, or an HTTP endpoint. SNS […]

Creating AWS Lambda function using AWS Command Line Interface (CLI)

Author - Webner
|
7:23 am
|
0 Comments
| |

AWS Lambda function & CLI

Apart from using the AWS Lambda console directly to create or update the functions, AWS provides a very easy way to do the same stuff using Command Line Interface (CLI) as well. In this blog, we’ll learn the process to create a new Lambda function written in Java using CLI commands. There are a few prerequisites which you need to fulfill before moving on to create the function, such as you must have some knowledge of basic Lambda operations and must be aware of using Lambda console. Also, you will need a […]

Salesforce Health Cloud

Author - Webner
|
7:13 am
|
0 Comments
| |

Salesforce Health Cloud is a health IT CRM system that helps the doctor to take care of patients’ records and access data in a simple manner.

REQUIRED EDITIONS

Health Cloud (as of today) is available in Salesforce Classic and Lightning Experience. Available in: Enterprise, Performance, and Unlimited Editions

Health Cloud Architecture Overview

Health Cloud helps to take care of records of patients which mixes data of the patients from multiple information sources, as well as electronic medical records (EMRs), medical devices and wearables. It is a part of the system, personal communities, that allows secure collaboration […]

Amazon VPC

Author - Webner
|
5:09 am
|
0 Comments
| |

Amazon VPC Overview:

Amazon VPC is a Virtual Private Cloud that provides you virtual private network where you can launch your AWS resources (such as EC2 instance) for your web applications and development. Amazon virtual private cloud is a logically isolated section of the AWS cloud which is dedicated to your AWS account.

VPC Resources:

Subnet: It is a range of IP addresses in your VPC, Where user can launch their resources such as EC2 instances within a defined IP range in the VPC.

Route Tables: These tables contain a set of rules which define the […]

Desktop utility to access AWS S3

Author - Webner
|
7:16 am
|
0 Comments
| |

Part A – Generating AWS S3 User, Access key ID, Secret access key using below steps:-

Login to AWS account using your credentials

Open IAM from services menu as shown below.

Click users from the below window.

Then click add user and choose any name of your choice.

Enter user name and select Programmatic access only & click Next

Select Attach existing policies directly then type s3 in Filter box and then select AmazonS3FullAccess finally click Next.

This step is optional, you can skip this.

Finally, click Create user and user will be created.

You must copy and store key […]

AWS Cloud Storage

Author - Webner
|
9:01 am
|
0 Comments
| |

AWS Cloud Overview

In today’s world, where business growth is never constant, we need to manage the data expanding rapidly according to the requirements and accept these isolated patches of data from vast sources being used by a number of business professions and applications. Many of these businesses are not able to manage these overflowing pools and struggle with the complexity of these fragmented storage portfolios which slows down the applications and thus the innovation. AWS Cloud Object Storage comes into play here which provides massive scalability, cost-effective storage by breaking silos to store as any […]

Microsoft Azure vs Microsoft Azure Stack

Author - Webner
|
5:29 am
|
0 Comments
| |

Microsoft Azure

Microsoft Azure is a constantly growing combination of cloud services that are needed by organizations to meet their business challenges. Azure provides us solutions to build, manage and deploy applications on a massive, global network using your favorite advanced tools and frameworks.

Microsoft Azure Stack

Azure Stack is a type of hybrid cloud platform that enables us to use Azure services from any organization or service provider datacenter. We can build an app on Azure Stack and then deploy it to Azure Stack, Azure, or Azure hybrid cloud.

Differences

Services:

Amazon Web Services (AWS) Security

Author - Webner
|
5:22 am
|
0 Comments
| |

AWS security is managed with highly secure network architecture and well-maintained highly secure data centers at different locations globally. AWS security is a very high priority task for the company. Customers can scale and innovate while being in a protected environment.

AWS Security Overview

Infrastructure Security:

AWS provides several services that secure your network transmissions and increase the privacy of your AWS resources. AWS Web Application Firewall(WAF) plays a big role in infrastructure security, as it helps the customers to build their own private network with secure internet protocol rules. AWS WAF allows the […]

Salesforce: Sales Cloud Introduction and Features

Author - Webner
|
7:26 am
|
0 Comments
| |

Introduction to Sales Cloud

Sales Cloud, a part of the SFDC platform which mainly focuses on improving the output of the sales team of an organization and hence increasing the sales. It is one of a kind that is better as compared to other sales methods, as it provides both the account information of the customer as well as the data gathered from the social platforms about the product and customer. It helps in determining the potential of a sales lead and closing the sales faster. Salesforce.com provides 5 versions of the sales cloud on a per […]

Monitoring Azure (Cloudwatch Equivalent)

Author - Webner
|
6:14 am
|
0 Comments
| |

Microsoft Azure – Monitoring

Microsoft Azure provides an overall monitoring solution. Azure Monitoring helps us to track performance, maintain and identify trends. It comes with a GUI tool that is easy and powerful.
It is the platform service that provides a single source for monitoring Azure resources with Azure Monitor, you can visualize, query, route, archive and take action on the metrics and logs coming from resources in Azure. You can also work with this data using the Monitor portal blade, Monitor Powershell, cross-platform CLI, Azure monitor REST APIs.

It not only provides Activity Log and Diagnostic Logs […]

Querying S3 using AWS Athena

Author - Webner
|
5:39 am
|
0 Comments
| |

Introduction to Athena

Athena is a serverless and interactive query service that makes it easier to analyze data directly from Amazon S3 using Standard SQL. It is used to query large amounts of data stored in the Amazon S3 bucket it uses Presto as its querying engine. Query results are cached in S3 by default for 45 days. It also stores the metadata of the data stored in S3 in CSV, JSON or any other format. For that, it uses AWS glue catalog metadata (hive metadata store). We pay per query (1Tb scanned = $5 […]

Amazon Auto Scaling

Author - Webner
|
5:03 am
|
0 Comments
| |

Auto Scaling Overview

Auto Scaling is an Amazon service that helps the developers to scale the resources automatically across multiple services and optimize the applications. It monitors your resources and automatically adjusts the resources according to the requirement. It maintains the best fit balance between cost and performance. It provides a user interface where user can build the scaling plans for the resource like Amazon ECS tasks (Amazon Elastic Container Service), Amazon DynamoDB tables and indexes, Amazon Aurora Replicas and even Amazon EC2 instances.

You can easily start with Amazon Auto Scaling using Command Line Interface(CLI), SDK […]

Contact Us