Showing posts with label Cloud. Show all posts
Showing posts with label Cloud. Show all posts

Thursday, 20 January 2022

Why enterprises must embrace automation to boost cloud security

It is a multi-cloud world, and the nature of multi-cloud environments makes it extremely challenging for enterprises to ensure security. Firstly, from a user access perspective, a multi-cloud environment makes it challenging to make access control secure. Maintaining multiple user access systems and ensuring a consistent access policy is a huge challenge for every administrator. Another common security issue faced by enterprises is misconfiguration of security settings. Misconfiguration happens when default cloud credentials are left unchanged or if excessive permissions are given.

Though cloud misconfiguration is one of the most common errors exploited by cybercriminals, there are other significant threats. The Cloud Security Alliance, for example, lists, lack of cloud architecture and security; insufficient identity, credential, access, and key management; account hijacking; insider threats; insecure interfaces and APIs; weak control plane; Limited Cloud Usage Visibility and Abuse and Nefarious Use of Cloud Services, as other significant threats. Many enterprises mistakenly assume that the same security settings that have worked for them on- the premise will work in the cloud environment too. It is also common for many enterprises to leave the default credential settings unchanged. But as Gartner has rightly pointed out, "Through 2022, at least 95% of cloud security failures will be the customer’s fault.” This means that customers are responsible for securing the databases or applications that they host on the cloud.




How automation can help?

Given the complexity of cloud environments and the challenges associated with securing a multi-cloud environment, it is imperative for enterprises to seek out ways to secure effective ways of securing cloud deployments. This is where automation can be of great advantage. Cloud automation helps in eliminating any human errors that may have occurred, which has resulted in causing the cloud-based infrastructure to be insecure. For example, as changes are made across clouds, a cloud automation platform can monitor the changes to the configurations and check if they adhere to the required compliance and security best practices. Cloud automation platforms can also help in automatically configuring different components of the cloud security ecosystem such as networks, access points, or firewalls. This helps in significantly eliminating many of the manual errors that are common in a multi-cloud environment.

In an environment where enterprises face a huge amount of risks from zero-day vulnerabilities, automation can help them patch and update servers quickly. Patching activities can be done automatically on a huge number of servers without any manual intervention. This helps administrators in quickly patching servers if a serious vulnerability has been discovered. Automation can also help in providing a centralized view across multiple cloud environments. Enterprises can use centralized dashboards provided by service providers to stay compliant and enforce permissions based on their roles. Identity and access management is one of the major challenges in a cloud-based environment. This is where automation can be of huge advantage and provide a lot of value by reducing security risks. Similarly, automation can help in analyzing the network continuously for any suspicious or malicious behavior, which can be extremely useful for preventing attacks. Using automated security tools, enterprises can also run bots that continuously monitor the complete cloud ecosystem for any policy violations and auto-alerting enterprises for taking remedial actions.

In Summary, cloud security automation can raise the bar for security. From ensuring standardization in applying consistent policies to improve efficiencies by enabling even smaller security teams to scan and test multiple cloud instances and servers for security vulnerabilities and patching them, cloud security automation can give enterprises a big advantage in ensuring security.

#cloud #security #partner #AWS #ManagedSecurity


Thursday, 16 December 2021

Gartner predicts worldwide public cloud end user spending to grow by 35% in 2022

As per the latest forecast by Gartner, worldwide end-user spending on public cloud services is expected to grow by 23.1% in 2021, when compared to 2020.


Public Cloud End User Spend YoY


Sid Nag, research vice president at Gartner says, "The events of last year allowed CIOs to overcome any reluctance of moving mission-critical workloads from on-premises to the cloud. Emerging technologies such as containerization, virtualization, and edge computing are becoming more mainstream and driving additional cloud spending. Simply put, the pandemic served as a multiplier for CIOs’ interest in the cloud."

As the report suggests, Cloud Ubiquity, Regional Cloud Ecosystems, Sustainability & CIPS Providers’ Automated Programmable Infrastructure would be the contributors facilitating the growth of public cloud. 

 



References: 

Tuesday, 16 June 2020

Migrating Your SAP B1 Workloads to AWS with Cloud.in

SAP B1

Migrating Your SAP B1 Workloads to AWS with Cloud.in

19th June 2020 (Friday)   |   03:00 PM - 04:00 PM (IST)

Register Now


Businesses can access all the benefits of the SAP Business One solution on Amazon Web Services (AWS) without needing to make long-term commitments or costly capital expenditures for the required IT infrastructure. Both the SAP Business One, version for Microsoft SQL Server and SAP Business One, version for SAP HANA are supported by SAP for production on AWS. We will help learn about the benefits and options for running SAP Business One solutions on AWS, and how to implement and operate the SAP Business One environment effectively on AWS.


What will be covered!

  • Is moving to Cloud a good Choice?
  • Why AWS?
  • Advantages of Moving SAP B1 from On-Premises to AWS Cloud.
  • SAP B1 On MS SQL / HANA?
  • Migrating to AWS
  • Licensing



Speakers

Ganesh Sawhney

Ganesh Sawhney

Amazon Web Services 
Partner Solution Architect 

Scan Jun 13, 2020-page-001

A.S.N. Prasad

Hostin Services Pvt Ltd
Director-Strategy & BD
ApurvaParad

Apurva Parad

Hostin Services Pvt Ltd
Solution Architect



Who should attend? 
Directors / Proprietors / Founders / CIOs / IT Heads / SAP Admins

Session Timing:
Date: Friday, June 19, 2020
Time: 03:00 PM - 04:00 PM (IST)

Registration URL:
https://forms.gle/F5EfmS2mVjaev7Ut9 
awsbadge
Cloud.in - Hostin Services Private Limited, 10 Sneh Centre, 1182/2 F.C. Road, Shivajinagar, Pune, MAHARASHTRA 411005, India, +91-20-66080101

Monday, 20 April 2020

How to install cPanel on CentOS

Introduction:- cPanel is a very simple and easy online based control panel to manage your hosting services. The best thing is that non-technical people can also handle all aspects of their web site without any technical skill. With the cPanel you can manage all the important aspects like upload files to your server, install wordpress, connect domain name to your hosting, checking your bandwidth and other usage stats, taking backup of your web sites, setup e-mails for your site, Set up various optimizations and a lot more !!

Quick Tip: You can run this installation on a Cloud Instance or a Virtual Private Server or Dedicated server, and even on a Container such as Docker!

Let's Start:
Login to server as root (SSH).
cPanel is programmed in Perl language. So before starting the installation we need to install Perl if it isn't installed on the server.

yum users should run the following command:

#yum install -y perl

Now you need to set the hostname for your server. Using hostname you can identify your computer in the network. To change your hostname run the following command

#hostname vps.mydomain.com

You can replace vps.mydomain.com with your hostname. You must have to purchase the domain which your are setting up the hostname.

Next, step is you will need to change your current directory to /home directory, run the following command to do this.

#cd /home

It’s time to download the installation script from cPanel official website.

#curl -o latest -L https://securedownloads.cpanel.net/latest

Now, run the below execution script and install the cPanel.

#sh latest

This command will start your cPanel installation, you need to wait around half and hour and can now sit back and relax as the installation takes around half hour to complete. Once the installation script is finished you will see the following type of output:

--------------------------------------------------------------------------------------------------------------------------------

[2020-04-14 10:04:57 +0000] [9869] ( INFO): cPanel install finished in 5 minutes and 35 seconds!

[2020-04-14 10:04:57 +0000] [9869] ( INFO): Congratulations! Your installation of cPanel & WHM 11.86 is now complete. The next step is to configure your server.

[2020-04-14 10:04:57 +0000] [9869] ( INFO):

[2020-04-14 10:04:57 +0000] [9869] ( INFO): Before you configure your server, ensure that your firewall allows access on port 2087.

[2020-04-14 10:04:57 +0000] [9869] ( INFO):

[2020-04-14 10:04:57 +0000] [9869] ( INFO): After ensuring that your firewall allows access on port 2087, you can configure your server.

[2020-04-14 10:04:57 +0000] [9869] ( INFO):

[2020-04-14 10:04:57 +0000] [9869] ( INFO): 1. Open your preferred browser

[2020-04-14 10:04:57 +0000] [9869] ( INFO):

[2020-04-14 10:04:57 +0000] [9869] ( INFO): 2. Navigate to the following url using the address bar and enter this one-time autologin url:

[2020-04-14 10:04:57 +0000] [9869] ( INFO):

[2020-04-14 10:04:57 +0000] [9869] ( INFO): https://13.127.207.50:2087/cpsess0353546322/login/?session=root%3aroyqyQSyp90CRSSv%3acreate_user_session%2c08904fd92d0fea5549ca256a84ac2b18

[2020-04-14 10:04:57 +0000] [9869] ( INFO):

[2020-04-14 10:04:57 +0000] [9869] ( INFO): After the login url expires you generate a new one using the 'whmlogin' command or manually login at:

[2020-04-14 10:04:57 +0000] [9869] ( INFO):

[2020-04-14 10:04:57 +0000] [9869] ( INFO): https://13.127.207.50:2087

[2020-04-14 10:04:57 +0000] [9869] ( INFO):

[2020-04-14 10:04:57 +0000] [9869] ( INFO): Visit https://go.cpanel.net/whminit for more information about first-time configuration of your server.

[2020-04-14 10:04:57 +0000] [9869] ( INFO):

[2020-04-14 10:04:57 +0000] [9869] ( INFO): Visit http://support.cpanel.net or https://go.cpanel.net/allfaq for additional support

[2020-04-14 10:04:57 +0000] [9869] ( INFO):

[2020-04-14 10:04:57 +0000] [9869] ( INFO): Thank you for installing cPanel & WHM 11.86!

Removing /root/installer.lock.

--------------------------------------------------------------------------------------------------------------------------------

Congratulations !!

Your cPanel installation is completed and now, you can now open your browser and go to https://your-server-ip:2086 to access cPanel. Login with username root and your root account's password. For example if your IP is 192.168.1.82 then you will have to go to

https://192.168.1.82:2086

Note:-

Once cPanel is installed you can not be uninstall it from server as it does not have any uninstaller. To uninstall you need to reinstall your operating system. cPanel is commercial software and offers a 15 day trial period. Once cPanel is installed on server it is automatically activated.

Thursday, 5 March 2020

Check out how Cloud Migration benefits you and your business

Cloud is an online data centre where we can store our data safely instead of storing it on a local hardware device which has a greater risk of data loss. Cloud migration refers to shifting of all your database and application from an on-premises server to online cloud storage. Migration helps you secure all your data by transporting them to the cloud, creating online backups and limiting the access to your data. 



Key Advantages
People migrating to the cloud want to use the cloud services that are best suited according to their needs so that the migration goes as smoothly as possible. The usage of cloud computing is on growth as people are using cloud services to grow their businesses. AWS cloud is a company which provides advanced cloud services. These key advantages will tell you about the best benefits of the cloud so that you can ensure to get the most out of your cloud service.


  • Faster Deployment Times
  • Once you migrate to the cloud, you would be able to deploy your applications and services faster, cloud helps you quickly provision servers which tends to be a much simpler process when compared to other alternatives. Migration helps you in discovering the most suitable operating system and placing it into a network or data centre.
  • Advanced Security Systems
  • Increased security is provided by cloud services to save your data from any theft or damage, limiting the access to certain people according to your permission. Cloud migration results in securing all your applications and database and the advanced systems help you with backups and damage control to secure your data from any disaster.
  • Simple Infrastructure
  • Cloud provides you with simple infrastructure which allows you to provide services through a very easy procedure, removing all the complexities which were part of the process earlier. Cloud helps you in providing access to the data to your remotest resource centre and put the collaborative effort in any operation and efficiently finish your work.
  • 24/7 Activity Monitoring
  • AWS Cloud offers you continuous monitoring of any activity on your network and database, to save your data from any kind of unauthorized access. Your activity monitor also lets you know all your sales and profit to keep track of all your transaction, cash inflow and outflow. It helps you monitor the activity of all your employees to keep aware of the status of your operations and development.
  • Backup and Data Loss
  • Cloud provides you with an automatic backup of your data to ensure that you don’t lose any data while any kind of transfer. It helps you in disaster recovery so that you can figure out the damage caused by the disaster and its reason, and set up things back again to work.
  • Cost Cutting
  • Cost-cutting is the most prominent feature of cloud, which can result in a huge profit for any business, they also provide auto-scaling, which allows in the provision of services and turn it off when not required. It helps you prevent any unnecessary expense required during increased workload in an on-premises server.
  • Reduced Data Centre
  • With the cloud, you won’t be needing multiple data centre setups as all your data is secured in an online database with the highest security. Multiple data centres affect the collaboration as it becomes complicated and it costs a great amount in running these data centres efficiently all along the same time. Therefore, the cloud decreases the complexity of collaboration of farthest data centres and working together and also helps in cutting the cost of running these data centres.
  • Improve Operational Efficiency
  • Cloud makes it easier for your businesses to modernise and connect to your existing applications and services. The interconnection of business application helps you improve your employee’s efficiency and provide adequate information about previous operations make further operations easy and relatable. You can easily access the updated versions of these operations without going through any complex configuration.

Final thoughts of Conclusion
Cloud migration has several numbers of benefits which can help any new start-up or a developed business to grow into a mega enterprise. The services offered by the cloud are very convincing and promising, fulfilling all the needs of future IT advancements. Cloud computing comes with never-ending benefits, and websites that offer managed cloud services such as Clouddotin provide you with end-to-end project management.

Thursday, 4 April 2019

Best Practices To Manage Apps On Amazon SNS

Amazon SNS is a service provided by AWS and also fully managed by AWS only. It is used for sending notifications to people, machines and devices. You may have configured billing alerts or Cloud watch alarm notifications on AWS accounts. Amazon SNS is responsible for delivery of notifications. This service consists of Topics and subscribers. One topic can have multiple subscribers and when a message publish for a topic then the message will receive by all the subscribers. Before this if we wanted to send certain messages to only a set of subscribers then we need to create separate topic for each set of subscribers.

Some Of The Key Features Of Amazon SNS :

  1. It is a method with cost efficiency and easy to push notifications to mobile users, email recipients or even other distributed platforms.
  2. Platforms supported for SNS service are with variety such as iOS, Android, Java, Python, PHP, NodeJS from AWS.
  3. You can get the delivery status information via AWS CloudWatch on success and failure rates for mobile sent messages as well as their deliveries to SMS, SQS, HTTP, and Lambda destinations.
  4. Use SNS as a message bus to send alarms, messages and notifications from AWS services such as CloudWatch, RDS and S3 to other AWS services such as SQS and Lambda.

Best Practices To Manage Apps On Amazon SNS :
  • The tokens are responsible for identification of device and particular app on respective device.
  • It is good to understand how to manage the applications you write for Amazon SNS. The tokens are managed by AWS on behalf of its clients. When a publisher publishes to a device, it must have the client’s credentials and the device token.
  • The tokens are responsible for identification of device and particular app on respective device. Publisher must be able to access the identification, so that publishers can publish the info on device.
  • When a user registers his device on Amazon SNS, the token number is recorded which is unique for the user.
  • Generated token is combined with some other data and same is used to publish info on the user's device and this token along with the additional data is called as "PlatformEndpoint".

SNS Supports Transport Protocols :
  • HTTP, HTTPS – Specify a Subscribers URL as part of the subscription registration; notifications will deliver through an HTTP POST to the specified URL.
  • Email-JSON, Email – Messages as email are sent to registered addresses. Email-JSON send notification as a JSON object, as Email sends text-based email.
  • SQS – We can specify an SQS queue as endpoint; SNS will enqueue a notification message to the specified queue.
  • SMS – Messages are sent to registered phone numbers as SMS text messages.

SNS Supported Endpoint :
  • Email Notifications : SNS provide the ability to send Email notifications.
  • SMS Notifications : SNS provides the ability to send and receive Short Message Service (SMS) notifications to SMS-enabled mobile phones and smartphones.
  • Mobile Push Notifications : SNS provides an ability to send push notification messages directly to the app on mobile devices. Push notification message sent to mobile endpoint can appear in mobile app as message alerts, badge updates, or even sound alert.

Supported Push Notification Services :
  • Amazon Device Messaging (ADM)
  • Apple Push Notification Service (APNS)
  • Google Cloud Messaging (GCM)
  • Windows Push Notification Service (WNS) for Windows 8+ and Windows Phone 8.1+
  • Microsoft Push Notification Service (MPNS) for Windows Phone 7+
  • Baidu Cloud Push for Android devices in China

Friday, 22 March 2019

How To Set-Up Video on Demand[VOD] Using AWS MediaConvert

In case when working with broadcasting videos for a web application or for broadcast cable, you will need to deliver the video in some standard format that provides a high quality and consistent experience to viewers or end-users. MediaConvert provides the mechanism for converting videos to formats accordingly.

AWS Elemental MediaConvert supports set of input formats and adaptive bitrate (ABR) packaging output formats for delivering high-quality content from a range of sources onto primary and multiscreen devices.

Find below following components of AWS MediaConvert :
  1. Jobs : Job is nothing but does transcoding task. Every job convert input file to the intended output file.
  2. Queues : Queues are used for parallel processing of jobs.
  3. Presets : Presets are group of encoding settings for a single output.

Now we will see workflow for creating MediaConvert Job with taking input as .mp4 file from S3 bucket and creating an output in Apple HLS format with multiple presets.

Now we will see use-case where we will be setting up simple serverless video on demand (VOD) workflow so we can experiment with streaming video with AWS MediaConvert. In this setup we will first setup an Amazon S3 bucket with associated Lambda trigger that submits a transcoding job using Amazon Elemental MediaConvert when a new file is uploaded/ingested in S3 bucket. The transcoding job specifies video packaging settings like HLS and DASH format along with the bitrates that are intended from the transcoded output. This information is all stored in another Amazon S3 bucket. Finally, the videos are streamed securely by Amazon CloudFront, restricting access to the Amazon S3 bucket by using origin access identity (OAI).

Following is the architecture of above discussed scenario.



Thus with the above workflow we can proceed and setup an seamless VOD using AWS MediaConvert Service.

Curious How to Organize, Integrate Your Data, and Build Smart AI Apps? Try Amazon SageMaker!

Imagine this: You have a huge box of Lego bricks (aka your data) that can be used to build something amazing, maybe a castle, a rocket, or e...